3 writes to _attachedAnnotation
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (3)
226_attachedAnnotation = attachedAnnotation; 264_attachedAnnotation = null; 566_attachedAnnotation = null;
10 references to _attachedAnnotation
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (10)
110if (_attachedAnnotation != null) 112list.Add(_attachedAnnotation); 162return _attachedAnnotation != null ? (_attachedAnnotation.Parent as UIElement) : null; 202if (_attachedAnnotation == null) 217if (_attachedAnnotation != null) 253if (attachedAnnotation != _attachedAnnotation) 493TextAnchor anchor = _attachedAnnotation.AttachedAnchor as TextAnchor; 502HighlightAnchor.AddAttachedAnnotation(_attachedAnnotation); 560HighlightAnchor.RemoveAttachedAnnotation(_attachedAnnotation);