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