1 write to WindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1606WindowsInternal = null;
11 references to WindowsInternal
PresentationFramework (11)
System\Windows\Application.cs (8)
770return WindowsInternal.Clone(); 1595while(WindowsInternal.Count > 0) 1597if (!WindowsInternal[0].IsDisposed) 1599WindowsInternal[0].InternalClose(true, true); 1603WindowsInternal.RemoveAt(0); 1691if (WindowsInternal.HasItem(window) == false) 1693WindowsInternal.Add(window); 1745InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
476INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3671App.WindowsInternal.Add(this); 4524App.WindowsInternal.Remove(this);