4 references to WindowCollection
PresentationFramework (4)
System\Windows\Application.cs (2)
1872_appWindowList = new WindowCollection(); 1894_nonAppWindowList = new WindowCollection();
System\Windows\ThemeManager.cs (1)
333internal static WindowCollection FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (1)
7221_ownedWindows = new WindowCollection();