3 writes to _annotationAdorner
PresentationFramework (3)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
52
_annotationAdorner
= adorner;
193
_annotationAdorner
= null;
354
_annotationAdorner
= null;
6 references to _annotationAdorner
PresentationFramework (6)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (6)
190
_annotationAdorner
.AnnotationComponent.PresentationContext = null;
191
_adornerLayer.Remove(
_annotationAdorner
);
192
_annotationAdorner
.RemoveChildren();
364
return
_annotationAdorner
!= null && component ==
_annotationAdorner
.AnnotationComponent;
488
AnnotationAdorner adorner =
_annotationAdorner
;