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)
1961
if(
_appWindowList
== null)
1965
return
_appWindowList
;