2 writes to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1830_appWindowList = new WindowCollection(); 1839_appWindowList = value;
2 references to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1828if(_appWindowList == null) 1832return _appWindowList;