1 write to _owner
PresentationFramework (1)
System\Windows\Documents\TextElementCollection.cs (1)
51_owner = owner;
8 references to _owner
PresentationFramework (8)
System\Windows\Documents\TextElementCollection.cs (8)
672return _owner; 682return _isOwnerParent ? _owner : ((TextElement)_owner).Parent; 693if (_owner is TextBlock) 695textContainer = (TextContainer)((TextBlock)_owner).TextContainer; 697else if (_owner is FlowDocument) 699textContainer = ((FlowDocument)_owner).TextContainer; 703textContainer = ((TextElement)_owner).TextContainer;