1 write to _selection
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
514_selection = textContainer.TextSelection as ITextRange;
10 references to _selection
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (10)
515if (_selection != null) 528if (HighlightAnchor.IsSelected(_selection)) 541if (_selection != null) 627ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 632_documentHandlers.Add(_selection, componentsRegister); 633_selection.Changed += componentsRegister.SelectionHandler; 653ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 658_documentHandlers.Remove(_selection); 659_selection.Changed -= componentsRegister.SelectionHandler; 750if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection))