2 writes to _nonAppWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1881_nonAppWindowList = new WindowCollection(); 1891_nonAppWindowList = value;
2 references to _nonAppWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1879if (_nonAppWindowList == null) 1883return _nonAppWindowList;