6 writes to _isClosing
PresentationFramework (6)
System\Windows\Window.cs (6)
2219
_isClosing
= true;
2240
_isClosing
= false;
2395
_isClosing
= false;
4378
_isClosing
= true;
4401
_isClosing
= false;
5489
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
System\Windows\Window.cs (2)
1387
if(
_isClosing
== false)
3719
if (
_isClosing
== true)