1 write to _parent
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
48_parent = (FixedDocumentSequence)parent;
6 references to _parent
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
279get { return _parent; } 514Debug.Assert(_parent != null); 527foreach (DocumentReference docRef in _parent.References) 534if (_parent.References.Count != 0) 546_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged); 620if (startingIndex != _parent.References.Count - 1)