2 writes to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1840_appWindowList = new WindowCollection(); 1849_appWindowList = value;
2 references to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1838if(_appWindowList == null) 1842return _appWindowList;