6 writes to _isClosing
PresentationFramework (6)
System\Windows\Window.cs (6)
2212
_isClosing
= true;
2233
_isClosing
= false;
2388
_isClosing
= false;
4365
_isClosing
= true;
4388
_isClosing
= false;
5473
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
System\Windows\Window.cs (2)
1381
if(
_isClosing
== false)
3709
if (
_isClosing
== true)