1 write to _cachedTopOwner
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
880
_cachedTopOwner
= TopOwner;
3 references to _cachedTopOwner
PresentationFramework (3)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (3)
876
if (
_cachedTopOwner
!= TopOwner)
879
_cachedTopOwner
?.RemoveChild(this);
883
_cachedTopOwner
?.AddChild(this);