4 references to WindowCollection
PresentationFramework (4)
System\Windows\Application.cs (2)
1830_appWindowList = new WindowCollection(); 1852_nonAppWindowList = new WindowCollection();
System\Windows\ThemeManager.cs (1)
334internal static WindowCollection FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (1)
7177_ownedWindows = new WindowCollection();