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