5 instantiations of WindowCollection
PresentationFramework (5)
System\Windows\Application.cs (2)
1831
_appWindowList = new
WindowCollection
();
1853
_nonAppWindowList = new
WindowCollection
();
System\Windows\ThemeManager.cs (1)
324
internal static WindowCollection FluentEnabledWindows { get; set; } = new
WindowCollection
();
System\Windows\Window.cs (1)
7178
_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
1823
internal
WindowCollection
WindowsInternal
1845
internal
WindowCollection
NonAppWindowsInternal
2144
private void InvalidateResourceReferenceOnWindowCollection(
WindowCollection
wc, ResourcesChangeInfo info)
2428
private
WindowCollection
_appWindowList;
2429
private
WindowCollection
_nonAppWindowList;
System\Windows\Navigation\NavigationService.cs (1)
488
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;
1317
public
WindowCollection
OwnedWindows
4498
WindowCollection
ownedWindows = OwnedWindowsInternal;
7172
private
WindowCollection
OwnedWindowsInternal
7238
private
WindowCollection
_ownedWindows;
System\Windows\WindowCollection.cs (2)
145
internal
WindowCollection
Clone()
147
WindowCollection
clone;