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)
96
if (
_attachedAnnotation
!= null)
98
list.Add(
_attachedAnnotation
);
146
return
_attachedAnnotation
!= null ? (
_attachedAnnotation
.Parent as UIElement) : null;
186
if (
_attachedAnnotation
== null)
201
if (
_attachedAnnotation
!= null)
233
if (attachedAnnotation !=
_attachedAnnotation
)
471
TextAnchor anchor =
_attachedAnnotation
.AttachedAnchor as TextAnchor;
480
HighlightAnchor.AddAttachedAnnotation(
_attachedAnnotation
);
536
HighlightAnchor.RemoveAttachedAnnotation(
_attachedAnnotation
);