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)
876if (_cachedTopOwner != TopOwner) 879if (_cachedTopOwner != null) 880_cachedTopOwner.RemoveChild(this); 884if (_cachedTopOwner != null) 885_cachedTopOwner.AddChild(this);