3 writes to _annotationAdorner
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (3)
59
_annotationAdorner
= adorner;
209
_annotationAdorner
= null;
370
_annotationAdorner
= null;
6 references to _annotationAdorner
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (6)
206
_annotationAdorner
.AnnotationComponent.PresentationContext = null;
207
_adornerLayer.Remove(
_annotationAdorner
);
208
_annotationAdorner
.RemoveChildren();
380
return
_annotationAdorner
!= null && component ==
_annotationAdorner
.AnnotationComponent;
504
AnnotationAdorner adorner =
_annotationAdorner
;