4 references to WindowCollection
PresentationFramework (4)
System\Windows\Application.cs (2)
1831_appWindowList = new WindowCollection(); 1853_nonAppWindowList = new WindowCollection();
System\Windows\ThemeManager.cs (1)
324internal static WindowCollection FluentEnabledWindows { get; set; } = new WindowCollection();
System\Windows\Window.cs (1)
7178_ownedWindows = new WindowCollection();