4 writes to MainWindow
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
168
_wpfApp.
MainWindow
= new Window();
PresentationFramework (3)
System\Windows\Application.cs (1)
1697
MainWindow
= window;
System\Windows\Window.cs (2)
2186
App.
MainWindow
= null;
3673
App.
MainWindow
= this;
9 references to MainWindow
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
181
_wpfApp.
MainWindow
.Content = _canvas;
PresentationFramework (7)
MS\Internal\Printing\Win32PrintDialog.cs (2)
60
(System.Windows.Application.Current.
MainWindow
!= null))
63
new System.Windows.Interop.WindowInteropHelper(System.Windows.Application.Current.
MainWindow
);
System\Windows\Application.cs (1)
1695
if (
MainWindow
== null)
System\Windows\Controls\DocumentViewer.cs (1)
2161
wnd = Application.Current.
MainWindow
;
System\Windows\Window.cs (3)
2184
if (IsInsideApp && this == App.
MainWindow
)
3671
if (App.
MainWindow
== null)
4532
|| ((App.
MainWindow
== this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose)))
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
186
System.Windows.Application.Current.
MainWindow
);