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)
110
if (
_attachedAnnotation
!= null)
112
list.Add(
_attachedAnnotation
);
162
return
_attachedAnnotation
!= null ? (
_attachedAnnotation
.Parent as UIElement) : null;
202
if (
_attachedAnnotation
== null)
217
if (
_attachedAnnotation
!= null)
253
if (attachedAnnotation !=
_attachedAnnotation
)
493
TextAnchor anchor =
_attachedAnnotation
.AttachedAnchor as TextAnchor;
502
HighlightAnchor.AddAttachedAnnotation(
_attachedAnnotation
);
560
HighlightAnchor.RemoveAttachedAnnotation(
_attachedAnnotation
);