2 writes to _actionStarted
PresentationFramework (2)
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (2)
69
_actionStarted
= false;
152
_actionStarted
= true;
2 references to _actionStarted
PresentationFramework (2)
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (2)
150
if ( !
_actionStarted
)
172
if (
_actionStarted
)