3 writes to _wpfApp
IdeBenchmarks (3)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (3)
54
_wpfApp
= null!;
166
_wpfApp
= new Application();
189
_wpfApp
= Application.Current;
6 references to _wpfApp
IdeBenchmarks (6)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (6)
92
RunOnUIThread(() =>
_wpfApp
.Shutdown());
152
_wpfApp
.Dispatcher.Invoke(() =>
167
_wpfApp
.MainWindow = new Window();
168
_wpfApp
.Startup += (sender, args) =>
180
_wpfApp
.MainWindow.Content = _canvas;
181
_wpfApp
.Run();