6 writes to _isClosing
PresentationFramework (6)
src\Framework\System\Windows\Window.cs (6)
2270
_isClosing
= true;
2291
_isClosing
= false;
2473
_isClosing
= false;
4523
_isClosing
= true;
4546
_isClosing
= false;
5720
_isClosing
= false;
2 references to _isClosing
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
1443
if(
_isClosing
== false)
3800
if (
_isClosing
== true)