5 instantiations of WindowCollection
PresentationFramework (5)
System\Windows\Application.cs (2)
1872
_appWindowList = new
WindowCollection
();
1894
_nonAppWindowList = new
WindowCollection
();
System\Windows\ThemeManager.cs (1)
333
internal static WindowCollection FluentEnabledWindows { get; set; } = new
WindowCollection
();
System\Windows\Window.cs (1)
7221
_ownedWindows = new
WindowCollection
();
System\Windows\WindowCollection.cs (1)
151
clone = new
WindowCollection
(_list.Count);
15 references to WindowCollection
PresentationFramework (15)
System\Windows\Application.cs (6)
801
public
WindowCollection
Windows
1864
internal
WindowCollection
WindowsInternal
1886
internal
WindowCollection
NonAppWindowsInternal
2229
private void InvalidateResourceReferenceOnWindowCollection(
WindowCollection
wc, ResourcesChangeInfo info)
2517
private
WindowCollection
_appWindowList;
2518
private
WindowCollection
_nonAppWindowList;
System\Windows\Navigation\NavigationService.cs (1)
510
static private INavigatorBase FindTargetInWindowCollection(
WindowCollection
wc, string targetName)
System\Windows\ThemeManager.cs (1)
333
internal static
WindowCollection
FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (5)
1285
WindowCollection
ownedWindows = OwnedWindows;
1344
public
WindowCollection
OwnedWindows
4530
WindowCollection
ownedWindows = OwnedWindowsInternal;
7215
private
WindowCollection
OwnedWindowsInternal
7281
private
WindowCollection
_ownedWindows;
System\Windows\WindowCollection.cs (2)
146
internal
WindowCollection
Clone()
148
WindowCollection
clone;