3 writes to _wpfApp
IdeBenchmarks (3)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (3)
55
_wpfApp
= null!;
167
_wpfApp
= new Application();
190
_wpfApp
= Application.Current;
6 references to _wpfApp
IdeBenchmarks (6)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (6)
93
RunOnUIThread(() =>
_wpfApp
.Shutdown());
153
_wpfApp
.Dispatcher.Invoke(() =>
168
_wpfApp
.MainWindow = new Window();
169
_wpfApp
.Startup += (sender, args) =>
181
_wpfApp
.MainWindow.Content = _canvas;
182
_wpfApp
.Run();