Implemented interface member:
property
RefreshCallback
System.Windows.Interop.IErrorPage.RefreshCallback
4 references to RefreshCallback
PresentationUI (4)
TenFeetInstallationError.xaml.cs (4)
189
if (page != null && page.
RefreshCallback
!= null)
191
page.
RefreshCallback
(null);
207
if (
RefreshCallback
!= null)
209
RefreshCallback
(null);