6 references to AggregatedContainer
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextPointer.cs (6)
335get { return this.AggregatedContainer; } 470DocumentSequenceTextPointer tp = this.AggregatedContainer.VerifyPosition(position); 597DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 609DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 713DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 941int comp = thisTp.AggregatedContainer.GetChildBlockDistance(thisBlock, tpBlock);