8 references to TopOwner
PresentationFramework (8)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (8)
883
if (_cachedTopOwner !=
TopOwner
)
888
_cachedTopOwner =
TopOwner
;
904
if (
TopOwner
!= null)
905
TopOwner
.RemoveChild(this);
1109
Debug.Assert(
TopOwner
!= null, "invalid TopOwner");
1110
ITextView parentView = TextSelectionHelper.GetDocumentPageTextView(
TopOwner
.Range.Start.CreatePointer(LogicalDirection.Forward));
1114
if (
TopOwner
.HighlightContent)
1127
UIElement uie =
TopOwner
as UIElement;