1 write to _parent
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
40_parent = (FixedDocumentSequence)parent;
6 references to _parent
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
271get { return _parent; } 506Debug.Assert(_parent != null); 519foreach (DocumentReference docRef in _parent.References) 526if (_parent.References.Count != 0) 538_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged); 612if (startingIndex != _parent.References.Count - 1)