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)
669return _owner; 679return _isOwnerParent ? _owner : ((TextElement)_owner).Parent; 690if (_owner is TextBlock) 692textContainer = (TextContainer)((TextBlock)_owner).TextContainer; 694else if (_owner is FlowDocument) 696textContainer = ((FlowDocument)_owner).TextContainer; 700textContainer = ((TextElement)_owner).TextContainer;