1 write to _selection
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
492_selection = textContainer.TextSelection as ITextRange;
10 references to _selection
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
493if (_selection != null) 506if (HighlightAnchor.IsSelected(_selection)) 518if (_selection != null) 604ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 609_documentHandlers.Add(_selection, componentsRegister); 610_selection.Changed += componentsRegister.SelectionHandler; 629ComponentsRegister componentsRegister = (ComponentsRegister)_documentHandlers[_selection]; 634_documentHandlers.Remove(_selection); 635_selection.Changed -= componentsRegister.SelectionHandler; 725if ((HighlightAnchor != null) && HighlightAnchor.IsSelected(_selection))