3 writes to _attachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
217_attachedAnnotation = attachedAnnotation; 251_attachedAnnotation = null; 549_attachedAnnotation = null;
10 references to _attachedAnnotation
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
103if (_attachedAnnotation != null) 105list.Add(_attachedAnnotation); 153return _attachedAnnotation != null ? (_attachedAnnotation.Parent as UIElement) : null; 193if (_attachedAnnotation == null) 208if (_attachedAnnotation != null) 240if (attachedAnnotation != _attachedAnnotation) 478TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 487HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 543HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation);