8 references to TopOwner
PresentationFramework (8)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
899if (_cachedTopOwner != TopOwner) 904_cachedTopOwner = TopOwner; 920if (TopOwner != null) 921TopOwner.RemoveChild(this); 1130Debug.Assert(TopOwner != null, "invalid TopOwner"); 1131ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(TopOwner.Range.Start.CreatePointer(LogicalDirection.Forward)); 1135if (TopOwner.HighlightContent) 1148UIElement uie = TopOwner as UIElement;