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