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)
705return _owner; 715return _isOwnerParent ? _owner : ((TextElement)_owner).Parent; 726if (_owner is TextBlock) 728textContainer = (TextContainer)((TextBlock)_owner).TextContainer; 730else if (_owner is FlowDocument) 732textContainer = ((FlowDocument)_owner).TextContainer; 736textContainer = ((TextElement)_owner).TextContainer;