1 write to _parent
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
32_parent = (FixedDocumentSequence)parent;
6 references to _parent
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextContainer.cs (6)
263get { return _parent; } 497Debug.Assert(_parent != null); 510foreach (DocumentReference docRef in _parent.References) 517if (_parent.References.Count != 0) 529_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged); 603if (startingIndex != _parent.References.Count - 1)