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)
103
if (
_attachedAnnotation
!= null)
105
list.Add(
_attachedAnnotation
);
153
return
_attachedAnnotation
!= null ? (
_attachedAnnotation
.Parent as UIElement) : null;
193
if (
_attachedAnnotation
== null)
208
if (
_attachedAnnotation
!= null)
240
if (attachedAnnotation !=
_attachedAnnotation
)
478
TextAnchor anchor =
_attachedAnnotation
.AttachedAnchor as TextAnchor;
487
HighlightAnchor.AddAttachedAnnotation(
_attachedAnnotation
);
543
HighlightAnchor.RemoveAttachedAnnotation(
_attachedAnnotation
);