Implemented interface member:
property
StopCallback
System.Windows.Interop.IProgressPage.StopCallback
3 references to StopCallback
PresentationUI (3)
TenFeetInstallationProgress.xaml.cs (3)
149
if (page != null && page.
StopCallback
!= null)
151
page.
StopCallback
(null);
163
StopCallback
(null);