2 writes to _hwndCreatedButNotShown
PresentationFramework (2)
System\Windows\Window.cs (2)
2597
_hwndCreatedButNotShown
= !duringShow;
5443
_hwndCreatedButNotShown
= false;
1 reference to _hwndCreatedButNotShown
PresentationFramework (1)
System\Windows\Window.cs (1)
3185
return
_hwndCreatedButNotShown
;