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