3 writes to _attachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
211
_attachedAnnotation
= attachedAnnotation;
245
_attachedAnnotation
= null;
543
_attachedAnnotation
= null;
10 references to _attachedAnnotation
PresentationFramework (10)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (10)
97
if (
_attachedAnnotation
!= null)
99
list.Add(
_attachedAnnotation
);
147
return
_attachedAnnotation
!= null ? (
_attachedAnnotation
.Parent as UIElement) : null;
187
if (
_attachedAnnotation
== null)
202
if (
_attachedAnnotation
!= null)
234
if (attachedAnnotation !=
_attachedAnnotation
)
472
TextAnchor anchor =
_attachedAnnotation
.AttachedAnchor as TextAnchor;
481
HighlightAnchor.AddAttachedAnnotation(
_attachedAnnotation
);
537
HighlightAnchor.RemoveAttachedAnnotation(
_attachedAnnotation
);