| 16 | namespace winrt::FastCopy::implementation |
| 17 | { |
| 18 | ProgressBarEx::ProgressBarEx() |
| 19 | { |
| 20 | InitializeComponent(); |
| 21 | } |
| 22 | |
| 23 | winrt::Microsoft::UI::Xaml::DependencyProperty ProgressBarEx::s_colorProperty = winrt::Microsoft::UI::Xaml::DependencyProperty::Register( |
| 24 | L"Color", |
nothing calls this directly
no outgoing calls
no test coverage detected