1 write to _selection
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
489_selection = textContainer.TextSelection as ITextRange;
10 references to _selection
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
490if (_selection != null) 503if (HighlightAnchor.IsSelected(_selection)) 515if (_selection != null) 601ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 606_documentHandlers.Add(_selection, componentsRegister); 607_selection.Changed += componentsRegister.SelectionHandler; 626ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 631_documentHandlers.Remove(_selection); 632_selection.Changed -= componentsRegister.SelectionHandler; 722if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection))