1 write to _cachedTopOwner
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
881
_cachedTopOwner
= TopOwner;
5 references to _cachedTopOwner
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
876
if (
_cachedTopOwner
!= TopOwner)
879
if (
_cachedTopOwner
!= null)
880
_cachedTopOwner
.RemoveChild(this);
884
if (
_cachedTopOwner
!= null)
885
_cachedTopOwner
.AddChild(this);