1 write to _parent
PresentationFramework (1)
System\Windows\Documents\FixedTextContainer.cs (1)
42_parent = parent;
3 references to _parent
PresentationFramework (3)
System\Windows\Documents\FixedTextContainer.cs (3)
239get { return _parent; } 505if (_parent is FixedDocument) 507_fixedPanel = (FixedDocument)_parent;