8 references to TopOwner
PresentationFramework (8)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
876
if (_cachedTopOwner !=
TopOwner
)
881
_cachedTopOwner =
TopOwner
;
897
if (
TopOwner
!= null)
898
TopOwner
.RemoveChild(this);
1102
Debug.Assert(
TopOwner
!= null, "invalid TopOwner");
1103
ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(
TopOwner
.Range.Start.CreatePointer(LogicalDirection.Forward));
1107
if (
TopOwner
.HighlightContent)
1120
UIElement uie =
TopOwner
as UIElement;