2 writes to _annotatedElement
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
87
_annotatedElement
= _annotationComponent.AnnotatedElement;
216
_annotatedElement
= null;
2 references to _annotatedElement
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
90
_annotatedElement
.LayoutUpdated += OnLayoutUpdated;
215
_annotatedElement
.LayoutUpdated -= OnLayoutUpdated;