1 write to _selection
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
499_selection = textContainer.TextSelection as ITextRange;
10 references to _selection
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
500if (_selection != null) 513if (HighlightAnchor.IsSelected(_selection)) 525if (_selection != null) 607ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 612_documentHandlers.Add(_selection, componentsRegister); 613_selection.Changed += componentsRegister.SelectionHandler; 632ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 637_documentHandlers.Remove(_selection); 638_selection.Changed -= componentsRegister.SelectionHandler; 728if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection))