1 write to _owner
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
51
_owner
= owner;
8 references to _owner
PresentationFramework (8)
src\Framework\System\Windows\Documents\TextElementCollection.cs (8)
705
return
_owner
;
715
return _isOwnerParent ?
_owner
: ((TextElement)
_owner
).Parent;
726
if (
_owner
is TextBlock)
728
textContainer = (TextContainer)((TextBlock)
_owner
).TextContainer;
730
else if (
_owner
is FlowDocument)
732
textContainer = ((FlowDocument)
_owner
).TextContainer;
736
textContainer = ((TextElement)
_owner
).TextContainer;