| 84 | } |
| 85 | |
| 86 | void ProgressBarEx::Bar_SizeChanged(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::SizeChangedEventArgs const&) |
| 87 | { |
| 88 | auto const width = Bar().ActualWidth(); |
| 89 | if (m_propertySet && width != 0 && !std::isnan(width)) |
| 90 | m_propertySet.InsertScalar(L"width", width); |
| 91 | } |
| 92 | } |
nothing calls this directly
no outgoing calls
no test coverage detected