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