6 writes to _isClosing
PresentationFramework (6)
System\Windows\Window.cs (6)
2211
_isClosing
= true;
2232
_isClosing
= false;
2387
_isClosing
= false;
4364
_isClosing
= true;
4387
_isClosing
= false;
5472
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
System\Windows\Window.cs (2)
1380
if(!
_isClosing
)
3708
if (
_isClosing
)