3 writes to _attachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
210_attachedAnnotation = attachedAnnotation; 244_attachedAnnotation = null; 542_attachedAnnotation = null;
10 references to _attachedAnnotation
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
96if (_attachedAnnotation != null) 98list.Add(_attachedAnnotation); 146return _attachedAnnotation != null ? (_attachedAnnotation.Parent as UIElement) : null; 186if (_attachedAnnotation == null) 201if (_attachedAnnotation != null) 233if (attachedAnnotation != _attachedAnnotation) 471TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 480HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 536HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation);