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)
93RunOnUIThread(() => _wpfApp.Shutdown()); 153_wpfApp.Dispatcher.Invoke(() => 168_wpfApp.MainWindow = new Window(); 169_wpfApp.Startup += (sender, args) => 181_wpfApp.MainWindow.Content = _canvas; 182_wpfApp.Run();