5 instantiations of WindowCollection
PresentationFramework (5)
System\Windows\Application.cs (2)
1840
_appWindowList = new
WindowCollection
();
1862
_nonAppWindowList = new
WindowCollection
();
System\Windows\ThemeManager.cs (1)
324
internal static WindowCollection FluentEnabledWindows { get; set; } = new
WindowCollection
();
System\Windows\Window.cs (1)
7206
_ownedWindows = new
WindowCollection
();
System\Windows\WindowCollection.cs (1)
150
clone = new
WindowCollection
(_list.Count);
15 references to WindowCollection
PresentationFramework (15)
System\Windows\Application.cs (6)
765
public
WindowCollection
Windows
1832
internal
WindowCollection
WindowsInternal
1854
internal
WindowCollection
NonAppWindowsInternal
2153
private void InvalidateResourceReferenceOnWindowCollection(
WindowCollection
wc, ResourcesChangeInfo info)
2437
private
WindowCollection
_appWindowList;
2438
private
WindowCollection
_nonAppWindowList;
System\Windows\Navigation\NavigationService.cs (1)
494
static private INavigatorBase FindTargetInWindowCollection(
WindowCollection
wc, string targetName)
System\Windows\ThemeManager.cs (1)
324
internal static
WindowCollection
FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (5)
1264
WindowCollection
ownedWindows = OwnedWindows;
1323
public
WindowCollection
OwnedWindows
4511
WindowCollection
ownedWindows = OwnedWindowsInternal;
7200
private
WindowCollection
OwnedWindowsInternal
7266
private
WindowCollection
_ownedWindows;
System\Windows\WindowCollection.cs (2)
145
internal
WindowCollection
Clone()
147
WindowCollection
clone;