2 writes to _appWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1963_appWindowList = new WindowCollection(); 1972_appWindowList = value;
2 references to _appWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1961if(_appWindowList == null) 1965return _appWindowList;