7 references to TopOwner
PresentationFramework (7)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
876if (_cachedTopOwner != TopOwner) 880_cachedTopOwner = TopOwner; 895TopOwner?.RemoveChild(this); 1099Debug.Assert(TopOwner != null, "invalid TopOwner"); 1100ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward)); 1104if (TopOwner.HighlightContent) 1117UIElement uie = TopOwner as UIElement;