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