2 writes to _nonAppWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1985
_nonAppWindowList
= new WindowCollection();
1995
_nonAppWindowList
= value;
2 references to _nonAppWindowList
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1983
if (
_nonAppWindowList
== null)
1987
return
_nonAppWindowList
;