4 references to WindowCollection
PresentationFramework (4)
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
();