2 writes to _activeSelectionHitResult
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
133
_activeSelectionHitResult
= activeSelectionHitResult;
184
_activeSelectionHitResult
= null;
2 references to _activeSelectionHitResult
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
493
if (
_activeSelectionHitResult
.HasValue )
495
return
_activeSelectionHitResult
.Value;