6 writes to _isClosing
PresentationFramework (6)
System\Windows\Window.cs (6)
2238
_isClosing
= true;
2259
_isClosing
= false;
2416
_isClosing
= false;
4397
_isClosing
= true;
4420
_isClosing
= false;
5508
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
System\Windows\Window.cs (2)
1408
if(
_isClosing
== false)
3740
if (
_isClosing
== true)