3 writes to _attachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
211_attachedAnnotation = attachedAnnotation; 245_attachedAnnotation = null; 543_attachedAnnotation = null;
10 references to _attachedAnnotation
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
97if (_attachedAnnotation != null) 99list.Add(_attachedAnnotation); 147return _attachedAnnotation != null ? (_attachedAnnotation.Parent as UIElement) : null; 187if (_attachedAnnotation == null) 202if (_attachedAnnotation != null) 234if (attachedAnnotation != _attachedAnnotation) 472TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 481HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 537HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation);