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)
283
get { return
_parent
; }
521
Debug.Assert(
_parent
!= null);
534
foreach (DocumentReference docRef in
_parent
.References)
541
if (
_parent
.References.Count != 0)
553
_parent
.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged);
627
if (startingIndex !=
_parent
.References.Count - 1)