2 writes to _eventClosed
WindowsBase (2)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
669
_eventClosed
= false;
716
_eventClosed
= true;
2 references to _eventClosed
WindowsBase (2)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
692
if(!
_eventClosed
)
705
if(!
_eventClosed
)