2 writes to _activeSelectionHitResult
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
153
_activeSelectionHitResult
= activeSelectionHitResult;
204
_activeSelectionHitResult
= null;
2 references to _activeSelectionHitResult
PresentationFramework (2)
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (2)
515
if (
_activeSelectionHitResult
.HasValue )
517
return
_activeSelectionHitResult
.Value;