2 writes to _nonAppWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1985_nonAppWindowList = new WindowCollection(); 1995_nonAppWindowList = value;
2 references to _nonAppWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1983if (_nonAppWindowList == null) 1987return _nonAppWindowList;