Implemented interface member:
property
RefreshCallback
System.Windows.Interop.IErrorPage.RefreshCallback
4 references to RefreshCallback
PresentationUI (4)
TenFeetInstallationError.xaml.cs (4)
190
if (page != null && page.
RefreshCallback
!= null)
192
page.
RefreshCallback
(null);
208
if (
RefreshCallback
!= null)
210
RefreshCallback
(null);