3 instantiations of Application
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
167_wpfApp = new Application();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1747bamlType.DefaultConstructor = delegate() { return new System.Windows.Application(); };
System\Windows\Markup\KnownTypes.cs (1)
1129case KnownElements.Application: o = new System.Windows.Application(); break;
202 references to Application
IdeBenchmarks (3)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (3)
43private Application _wpfApp; 162if (Application.Current == null) 190_wpfApp = Application.Current;
Microsoft.AspNetCore.Components.WebView.Wpf (1)
BlazorWebView.cs (1)
111 ComponentsDispatcher = new WpfDispatcher(Application.Current.Dispatcher);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (9)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (1)
147System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameUserInputTextBox.g.cs (1)
56System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Dashboard\RenameDashboard.g.cs (1)
177System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameStatusControl.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.g.cs (1)
66System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\QuickInfo\OnTheFlyDocsView.g.cs (1)
56System.Windows.Application.LoadComponent(this, resourceLocater);
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (3)
185if (Application.Current != null && Application.Current.MainWindow != null) 187_rootDependencyObject = Application.Current.MainWindow;
Microsoft.VisualStudio.LanguageServices (36)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\AddParameterDialog.g.cs (1)
210System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (1)
242System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\CommonControls\MemberSelection.g.cs (1)
116System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\CommonControls\NewTypeDestinationSelection.g.cs (1)
116System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\DocumentOutline\DocumentOutlineView.g.cs (1)
93System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Analyzers\View\AnalyzerSettingsView.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Analyzers\View\SeverityControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleSettingsView.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleSeverityControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\CodeStyle\View\CodeStyleValueControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Common\EnumPropertyView.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesLocationControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesSeverityControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesStyleControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\ColumnViews\NamingStylesTypeControl.g.cs (1)
73System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\NamingStyle\View\NamingStyleSettingsView.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\SettingsEditorControl.g.cs (1)
153System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Whitespace\View\WhitespaceBoolSettingView.g.cs (1)
66System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\Whitespace\View\WhitespaceSettingsView.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ErrorReporting\DetailedErrorInfoDialog.g.cs (1)
83System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ExtractClass\ExtractClassDialog.g.cs (1)
90System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ExtractInterface\ExtractInterfaceDialog.g.cs (1)
100System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\GenerateType\GenerateTypeDialog.g.cs (1)
185System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.g.cs (1)
68System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveStaticMembers\MoveStaticMembersDialog.g.cs (1)
139System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveStaticMembers\StaticMemberSelection.g.cs (1)
98System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\MoveToNamespace\MoveToNamespaceDialog.g.cs (1)
122System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PickMembers\PickMembersDialog.g.cs (1)
132System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PreviewPane\PreviewPane.g.cs (1)
186System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PullMemberUp\MainDialog\PullMemberUpDialog.g.cs (1)
107System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PullMemberUp\WarningDialog\PullMemberUpWarningDialog.g.cs (1)
81System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\StackTraceExplorer\StackTraceExplorer.g.cs (1)
59System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\StackTraceExplorer\StackTraceExplorerRoot.g.cs (1)
84System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\UnusedReferences\Dialog\RemoveUnusedReferencesDialog.g.cs (1)
91System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingRoot.g.cs (1)
74System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ValueTracking\ValueTrackingTree.g.cs (1)
107System.Windows.Application.LoadComponent(this, resourceLocater);
Microsoft.VisualStudio.LanguageServices.CSharp (3)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\AdvancedOptionPageControl.g.cs (1)
777System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\Formatting\FormattingOptionPageControl.g.cs (1)
97System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Microsoft.VisualStudio.LanguageServices.CSharp\Release\net472\Options\IntelliSenseOptionPageControl.g.cs (1)
185System.Windows.Application.LoadComponent(this, resourceLocater);
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\AdvancedOptionPageControl.g.vb (1)
621System.Windows.Application.LoadComponent(Me, resourceLocater)
artifacts\obj\Microsoft.VisualStudio.LanguageServices.VisualBasic\Release\net472\Options\IntelliSenseOptionPageControl.g.vb (1)
145System.Windows.Application.LoadComponent(Me, resourceLocater)
PresentationFramework (139)
Microsoft\Win32\CommonDialog.cs (2)
86if (Application.Current != null) 88hwndOwner = Application.Current.ParkingHwnd;
MS\Internal\AppModel\AppModelKnownContentFactory.cs (1)
61return Application.LoadBamlStreamWithSyncInfo(stream, pc);
MS\Internal\AppModel\AppSecurityManager.cs (1)
201if (Application.Current.MimeType != MimeType.Document)
MS\Internal\AppModel\ContentFilePart.cs (2)
33Invariant.Assert(Application.ResourceAssembly != null, "If the entry assembly is null no ContentFileParts should be created"); 104entryLocation = Application.ResourceAssembly.Location;
MS\Internal\AppModel\Journaling.cs (1)
791pageFunction = Application.LoadComponent(_markupUri, true) as PageFunctionBase;
MS\Internal\AppModel\JournalNavigationScope.cs (1)
496get { return System.Windows.Application.IsShuttingDown; }
MS\Internal\AppModel\OleCmdHelper.cs (12)
62if (Application.Current == null || Application.IsShuttingDown == true) 87bool enabled = (bool)Application.Current.Dispatcher.Invoke( 94if (Application.Current.MainWindow == null) 96IInputElement target = FocusManager.GetFocusedElement(Application.Current.MainWindow); 100target = (IInputElement)Application.Current.MainWindow; 111if (Application.Current == null || Application.IsShuttingDown == true) 116int hresult = (int)Application.Current.Dispatcher.Invoke( 143if (Application.Current.MainWindow == null) 145IInputElement target = FocusManager.GetFocusedElement(Application.Current.MainWindow); 149target = (IInputElement)Application.Current.MainWindow;
MS\Internal\AppModel\ResourceContainer.cs (2)
50Assembly asmApplication = Application.ResourceAssembly; 340if (assembly.Equals(Application.ResourceAssembly))
MS\Internal\AppModel\SecurityMgrSite.cs (2)
26if (Application.Current != null) 28Window curWindow = Application.Current.MainWindow;
MS\Internal\Helper.cs (3)
86Application app = Application.Current; 92object appResource = Application.Current.FindResourceInternal(keys[k]);
MS\Internal\Printing\Win32PrintDialog.cs (3)
60if ((System.Windows.Application.Current != null) && 61(System.Windows.Application.Current.MainWindow != null)) 64new System.Windows.Interop.WindowInteropHelper(System.Windows.Application.Current.MainWindow);
System\Windows\Application.cs (2)
770static public Application Current 2493static private Application _appInstance;
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
36baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style; 68baseStyle = Application.Current.FindResource(typeof(CheckBox)) as Style;
System\Windows\Controls\DocumentViewer.cs (3)
2209if (Application.Current != null && Application.Current.CheckAccess()) 2211wnd = Application.Current.MainWindow;
System\Windows\Controls\VirtualizingStackPanel.cs (6)
12058Application app = Application.Current; 12333Application app = sender as Application; 12345Application app = sender as Application;
System\Windows\Diagnostics\ResourceDictionaryDiagnostics.cs (4)
288public static IEnumerable<Application> GetApplicationOwners(ResourceDictionary dictionary) 290return GetOwners<Application>(dictionary.ApplicationOwners, EmptyApplicationList); 318private static IReadOnlyCollection<Application> EmptyApplicationList 319=> Array.Empty<Application>();
System\Windows\Documents\TextStore.cs (6)
4705Application app = Application.Current; 4897Application app = sender as Application; 4909Application app = sender as Application;
System\Windows\FrameworkContentElement.cs (2)
73Application app = Application.Current;
System\Windows\FrameworkElement.cs (4)
129Application app = Application.Current; 1066Application app = Application.Current;
System\Windows\Interop\BrowserInteropHelper.cs (1)
69return Application.Current?.MimeType == MimeType.Markup;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
106case 12: t = () => typeof(Application); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
6896Type type = typeof(System.Windows.Application); 6898this.GetXamlType(typeof(System.Windows.Application)), // DeclaringType 6905bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Application)target).Resources = (System.Windows.ResourceDictionary)value; }; 6906bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Application)target).Resources; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1745typeof(System.Windows.Application),
System\Windows\Markup\BamlRecordReader.cs (2)
4423if (element is Application) 4425((Application)element).ApplicationMarkupBaseUri = GetBaseUri();
System\Windows\Markup\KnownTypes.cs (1)
5566case KnownElements.Application: t = typeof(System.Windows.Application); break;
System\Windows\Markup\XamlReader.cs (7)
479Application app = rootObject as Application; 933RuntimeHelpers.RunClassConstructor(typeof(Application).TypeHandle); 948Application app = root as Application; 1095Application app = root as Application;
System\Windows\Navigation\NavigationService.cs (7)
478if (Application.Current == null) 487INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName); 493navigator = FindTargetInWindowCollection(Application.Current.NonAppWindowsInternal.Clone(), targetName); 1618Application.PerformNavigationStateChangeTasks(true, false, Application.NavigationStateChange.Stopped); 3395internal Application Application 3397get { return Application.Current; } 3597(Application.IsShuttingDown == true))
System\Windows\Navigation\NavigationWindow.cs (1)
1085return System.Windows.Application.IsShuttingDown;
System\Windows\ResourceDictionary.cs (12)
1479Application app = owner as Application; 1548Application app = owner as Application; 1590Application app = owner as Application; 1670Application app = o as Application; 2016Application app = o as Application; 2060Application app = o as Application;
System\Windows\Shell\JumpList.cs (6)
214public static void SetJumpList(Application application, JumpList value) 246public static JumpList GetJumpList(Application application) 259private static readonly Dictionary<Application, JumpList> s_applicationMap = new Dictionary<Application, JumpList>(); 261private Application _application; 441if (_application == Application.Current && _initializing == false)
System\Windows\Standard\Debug.cs (1)
366if (System.Windows.Application.Current.Dispatcher.CheckAccess())
System\Windows\StaticResourceExtension.cs (1)
216XamlType appXType = schemaContext.GetXamlType(typeof(Application));
System\Windows\SystemResources.cs (2)
1901lock (((ICollection)Application.Current.Resources).SyncRoot) 1910lock (((ICollection)Application.Current.Resources).SyncRoot)
System\Windows\ThemeManager.cs (20)
20bool useLightColors = GetUseLightColors(Application.Current.ThemeMode); 22FluentThemeState newFluentThemeState = new FluentThemeState(Application.Current.ThemeMode.Value, useLightColors); 26AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(Application.Current.ThemeMode)); 29foreach (Window window in Application.Current.Windows) 85AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(newThemeMode)); 87foreach (Window window in Application.Current.Windows) 120ThemeMode themeMode = GetThemeModeFromResourceDictionary(Application.Current.Resources); 122if (Application.Current.ThemeMode != themeMode) 124Application.Current.ThemeMode = themeMode; 154useLightColors = GetUseLightColors(Application.Current.ThemeMode); 200return Application.Current != null && LastIndexOfFluentThemeDictionary(Application.Current.Resources) != -1; 210if (Application.Current == null) 213IEnumerable<int> indices = FindAllFluentThemeResourceDictionaryIndices(Application.Current.Resources); 217Application.Current.Resources.MergedDictionaries.RemoveAt(index); 220foreach (Window window in Application.Current.Windows) 267bool useLightColors = GetUseLightColors(Application.Current.ThemeMode); 312if (Application.Current == null) 314return Application.Current.ThemeMode != ThemeMode.None;
System\Windows\ThemeMode.cs (5)
24/// This is the default value for <see cref="Application.ThemeMode"/> and <see cref="Window.ThemeMode"/> 27/// When <see cref="Application.ThemeMode"/> is not set to <see cref="None"/>, 36/// Whenever this mode is set on <see cref="Application"/> or <see cref="Window"/>, 45/// Whenever this mode is set on <see cref="Application"/> or <see cref="Window"/>, 54/// Whenever this mode is set on <see cref="Application"/> or <see cref="Window"/>,
System\Windows\Window.cs (8)
559/// <see cref="ThemeMode.None"/> - No Fluent theme is loaded. However, if <see cref="Application.ThemeMode"/> is not None, 560/// then the window will appear as defined in <see cref="Application.ThemeMode"/>. 3685if (Application.Current.Dispatcher.Thread == Dispatcher.CurrentDispatcher.Thread) 4540if (Application.Current.Dispatcher.Thread == Dispatcher.CurrentDispatcher.Thread) 5513if (Application.IsShuttingDown) 7217private System.Windows.Application App 7219get {return System.Windows.Application.Current;} 7229return (Application.Current != null);
PresentationUI (5)
artifacts\obj\PresentationUI\x86\Debug\net10.0\InstallationError.g.cs (1)
118System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\PresentationUI\x86\Debug\net10.0\MS\Internal\Documents\FindToolBar.g.cs (1)
174System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\PresentationUI\x86\Debug\net10.0\TenFeetInstallationError.g.cs (1)
126System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\PresentationUI\x86\Debug\net10.0\TenFeetInstallationProgress.g.cs (1)
118System.Windows.Application.LoadComponent(this, resourceLocater);
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
191System.Windows.Application.Current.MainWindow);
Roslyn.VisualStudio.DiagnosticsWindow (4)
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\Panels\TelemetryPanel.g.cs (1)
89System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\Panels\WorkspacePanel.g.cs (1)
81System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\PerfMargin\StatusIndicator.g.cs (1)
65System.Windows.Application.LoadComponent(this, resourceLocater);
artifacts\obj\Roslyn.VisualStudio.DiagnosticsWindow\Release\net472\VenusMargin\ProjectionBufferMargin.g.cs (1)
58System.Windows.Application.LoadComponent(this, resourceLocater);