2 writes to _nonAppWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1881
_nonAppWindowList
= new WindowCollection();
1891
_nonAppWindowList
= value;
2 references to _nonAppWindowList
PresentationFramework (2)
System\Windows\Application.cs (2)
1879
if (
_nonAppWindowList
== null)
1883
return
_nonAppWindowList
;