5 instantiations of WindowCollection
PresentationFramework (5)
System\Windows\Application.cs (2)
1830
_appWindowList = new
WindowCollection
();
1852
_nonAppWindowList = new
WindowCollection
();
System\Windows\ThemeManager.cs (1)
334
internal static WindowCollection FluentEnabledWindows { get; set; } = new
WindowCollection
();
System\Windows\Window.cs (1)
7177
_ownedWindows = new
WindowCollection
();
System\Windows\WindowCollection.cs (1)
149
clone = new
WindowCollection
(_list.Count);
15 references to WindowCollection
PresentationFramework (15)
System\Windows\Application.cs (6)
764
public
WindowCollection
Windows
1822
internal
WindowCollection
WindowsInternal
1844
internal
WindowCollection
NonAppWindowsInternal
2143
private void InvalidateResourceReferenceOnWindowCollection(
WindowCollection
wc, ResourcesChangeInfo info)
2427
private
WindowCollection
_appWindowList;
2428
private
WindowCollection
_nonAppWindowList;
System\Windows\Navigation\NavigationService.cs (1)
487
private static INavigatorBase FindTargetInWindowCollection(
WindowCollection
wc, string targetName)
System\Windows\ThemeManager.cs (1)
334
internal static
WindowCollection
FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (5)
1263
WindowCollection
ownedWindows = OwnedWindows;
1316
public
WindowCollection
OwnedWindows
4497
WindowCollection
ownedWindows = OwnedWindowsInternal;
7171
private
WindowCollection
OwnedWindowsInternal
7237
private
WindowCollection
_ownedWindows;
System\Windows\WindowCollection.cs (2)
144
internal
WindowCollection
Clone()
146
WindowCollection
clone;