2 writes to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1872_appWindowList = new WindowCollection(); 1881_appWindowList = value;
2 references to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1870if(_appWindowList == null) 1874return _appWindowList;