1 write to _parent
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
52_parent = (FixedDocumentSequence)parent;
6 references to _parent
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
283get { return _parent; } 521Debug.Assert(_parent != null); 534foreach (DocumentReference docRef in _parent.References) 541if (_parent.References.Count != 0) 553_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged); 627if (startingIndex != _parent.References.Count - 1)