1 write to _owner
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
51
_owner
= owner;
8 references to _owner
PresentationFramework (8)
System\Windows\Documents\TextElementCollection.cs (8)
672
return
_owner
;
682
return _isOwnerParent ?
_owner
: ((TextElement)
_owner
).Parent;
693
if (
_owner
is TextBlock)
695
textContainer = (TextContainer)((TextBlock)
_owner
).TextContainer;
697
else if (
_owner
is FlowDocument)
699
textContainer = ((FlowDocument)
_owner
).TextContainer;
703
textContainer = ((TextElement)
_owner
).TextContainer;