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