3 writes to _attachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
210_attachedAnnotation = attachedAnnotation; 244_attachedAnnotation = null; 539_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) 468TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 477HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 533HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation);