2 writes to _activeSelectionHitResult
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
132_activeSelectionHitResult = activeSelectionHitResult; 183_activeSelectionHitResult = null;
2 references to _activeSelectionHitResult
PresentationFramework (2)
MS\Internal\Ink\InkCanvasSelection.cs (2)
492if ( _activeSelectionHitResult.HasValue ) 494return _activeSelectionHitResult.Value;