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