1 write to _owner
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
49
_owner
= owner;
8 references to _owner
PresentationFramework (8)
System\Windows\Documents\TextElementCollection.cs (8)
670
return
_owner
;
680
return _isOwnerParent ?
_owner
: ((TextElement)
_owner
).Parent;
691
if (
_owner
is TextBlock)
693
textContainer = (TextContainer)((TextBlock)
_owner
).TextContainer;
695
else if (
_owner
is FlowDocument)
697
textContainer = ((FlowDocument)
_owner
).TextContainer;
701
textContainer = ((TextElement)
_owner
).TextContainer;