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