2 writes to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1831
_appWindowList
= new WindowCollection();
1840
_appWindowList
= value;
2 references to _appWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1829
if(
_appWindowList
== null)
1833
return
_appWindowList
;