1 write to _isOwnerParent
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
52_isOwnerParent = isOwnerParent;
1 reference to _isOwnerParent
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
715return _isOwnerParent ? _owner : ((TextElement)_owner).Parent;