4 instantiations of WindowCollection
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (2)
1963
_appWindowList = new
WindowCollection
();
1985
_nonAppWindowList = new
WindowCollection
();
src\Framework\System\Windows\Window.cs (1)
7557
_ownedWindows = new
WindowCollection
();
src\Framework\System\Windows\WindowCollection.cs (1)
156
clone = new
WindowCollection
(_list.Count);
14 references to WindowCollection
PresentationFramework (14)
src\Framework\System\Windows\Application.cs (6)
905
public
WindowCollection
Windows
1955
internal
WindowCollection
WindowsInternal
1977
internal
WindowCollection
NonAppWindowsInternal
2422
private void InvalidateResourceReferenceOnWindowCollection(
WindowCollection
wc, ResourcesChangeInfo info)
2789
private
WindowCollection
_appWindowList;
2790
private
WindowCollection
_nonAppWindowList;
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
636
static private INavigatorBase FindTargetInWindowCollection(
WindowCollection
wc, string targetName)
src\Framework\System\Windows\Window.cs (5)
1322
WindowCollection
ownedWindows = OwnedWindows;
1388
public
WindowCollection
OwnedWindows
4671
WindowCollection
ownedWindows = OwnedWindowsInternal;
7551
private
WindowCollection
OwnedWindowsInternal
7619
private
WindowCollection
_ownedWindows;
src\Framework\System\Windows\WindowCollection.cs (2)
151
internal
WindowCollection
Clone()
153
WindowCollection
clone;