2 writes to _continue
WindowsBase (2)
Base\System\Windows\Threading\DispatcherFrame.cs (2)
49
_continue
= true;
94
_continue
= value;
1 reference to _continue
WindowsBase (1)
Base\System\Windows\Threading\DispatcherFrame.cs (1)
68
bool shouldContinue =
_continue
;