6 references to AggregatedContainer
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequenceTextPointer.cs (6)
348get { return this.AggregatedContainer; } 484DocumentSequenceTextPointer tp = this.AggregatedContainer.VerifyPosition(position); 611DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 623DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 730DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 968int comp = thisTp.AggregatedContainer.GetChildBlockDistance(thisBlock, tpBlock);