3 writes to _annotationAdorner
PresentationFramework (3)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
48
_annotationAdorner
= adorner;
189
_annotationAdorner
= null;
350
_annotationAdorner
= null;
6 references to _annotationAdorner
PresentationFramework (6)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (6)
186
_annotationAdorner
.AnnotationComponent.PresentationContext = null;
187
_adornerLayer.Remove(
_annotationAdorner
);
188
_annotationAdorner
.RemoveChildren();
360
return
_annotationAdorner
!= null && component ==
_annotationAdorner
.AnnotationComponent;
484
AnnotationAdorner adorner =
_annotationAdorner
;