1 write to WindowsInternal
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1720WindowsInternal = null;
11 references to WindowsInternal
PresentationFramework (11)
src\Framework\System\Windows\Application.cs (8)
910return WindowsInternal.Clone(); 1709while(WindowsInternal.Count > 0) 1711if (!WindowsInternal[0].IsDisposed) 1713WindowsInternal[0].InternalClose(true, true); 1717WindowsInternal.RemoveAt(0); 1815if (WindowsInternal.HasItem(window) == false) 1817WindowsInternal.Add(window); 1859InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
624INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName);
src\Framework\System\Windows\Window.cs (2)
3760App.WindowsInternal.Add(this); 4697App.WindowsInternal.Remove(this);