1 write to _parent
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
31_parent = (FixedDocumentSequence)parent;
6 references to _parent
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
262get { return _parent; } 496Debug.Assert(_parent != null); 509foreach (DocumentReference docRef in _parent.References) 516if (_parent.References.Count != 0) 528_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged); 602if (startingIndex != _parent.References.Count - 1)