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)
92RunOnUIThread(() => _wpfApp.Shutdown()); 152_wpfApp.Dispatcher.Invoke(() => 167_wpfApp.MainWindow = new Window(); 168_wpfApp.Startup += (sender, args) => 180_wpfApp.MainWindow.Content = _canvas; 181_wpfApp.Run();