3 references to WindowCollection
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (2)
1963
_appWindowList = new
WindowCollection
();
1985
_nonAppWindowList = new
WindowCollection
();
src\Framework\System\Windows\Window.cs (1)
7557
_ownedWindows = new
WindowCollection
();