6 writes to _isClosing
PresentationFramework (6)
System\Windows\Window.cs (6)
2211
_isClosing
= true;
2232
_isClosing
= false;
2384
_isClosing
= false;
4361
_isClosing
= true;
4384
_isClosing
= false;
5466
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
System\Windows\Window.cs (2)
1380
if(!
_isClosing
)
3705
if (
_isClosing
)