1 write to _selection
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
493_selection = textContainer.TextSelection as ITextRange;
10 references to _selection
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
494if (_selection != null) 507if (HighlightAnchor.IsSelected(_selection)) 519if (_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))