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)
515if ( _activeSelectionHitResult.HasValue ) 517return _activeSelectionHitResult.Value;