1 write to WindowsInternal
PresentationFramework (1)
System\Windows\Application.cs (1)
1605WindowsInternal = null;
11 references to WindowsInternal
PresentationFramework (11)
System\Windows\Application.cs (8)
769return WindowsInternal.Clone(); 1594while(WindowsInternal.Count > 0) 1596if (!WindowsInternal[0].IsDisposed) 1598WindowsInternal[0].InternalClose(true, true); 1602WindowsInternal.RemoveAt(0); 1690if (!WindowsInternal.HasItem(window)) 1692WindowsInternal.Add(window); 1744InvalidateResourceReferenceOnWindowCollection(WindowsInternal.Clone(), info);
System\Windows\Navigation\NavigationService.cs (1)
475INavigatorBase navigator = FindTargetInWindowCollection(Application.Current.WindowsInternal.Clone(), targetName);
System\Windows\Window.cs (2)
3670App.WindowsInternal.Add(this); 4523App.WindowsInternal.Remove(this);