1 write to _cachedTopOwner
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
888_cachedTopOwner = TopOwner;
5 references to _cachedTopOwner
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (5)
883if (_cachedTopOwner != TopOwner) 886if (_cachedTopOwner != null) 887_cachedTopOwner.RemoveChild(this); 891if (_cachedTopOwner != null) 892_cachedTopOwner.AddChild(this);