7 references to TopOwner
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
875if (_cachedTopOwner != TopOwner) 879_cachedTopOwner = TopOwner; 894TopOwner?.RemoveChild(this); 1098Debug.Assert(TopOwner != null, "invalid TopOwner"); 1099ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward)); 1103if (TopOwner.HighlightContent) 1116UIElement uie = TopOwner as UIElement;