1 write to _owner
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
48
_owner
= owner;
8 references to _owner
PresentationFramework (8)
System\Windows\Documents\TextElementCollection.cs (8)
669
return
_owner
;
679
return _isOwnerParent ?
_owner
: ((TextElement)
_owner
).Parent;
690
if (
_owner
is TextBlock)
692
textContainer = (TextContainer)((TextBlock)
_owner
).TextContainer;
694
else if (
_owner
is FlowDocument)
696
textContainer = ((FlowDocument)
_owner
).TextContainer;
700
textContainer = ((TextElement)
_owner
).TextContainer;