MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ProgressBar_Loaded

Method ProgressBar_Loaded

FastCopy/CopyDialog.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27 void CopyDialog::ProgressBar_Loaded(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e)
28 {
29 if (ProgressBar().ActualWidth() != 0 && !std::isnan(ProgressBar().ActualWidth()))
30 {
31
32 WidthAnimation().To(ProgressBar().ActualWidth());
33 ProgressBarEntranceAnimation().Begin();
34 }
35 }
36
37 void CopyDialog::HyperlinkButton_Click(
38 winrt::Windows::Foundation::IInspectable const& sender,

Callers

nothing calls this directly

Calls 1

BeginMethod · 0.80

Tested by

no test coverage detected