6 references to AggregatedContainer
PresentationFramework (6)
System\Windows\Documents\DocumentSequenceTextPointer.cs (6)
344get { return this.AggregatedContainer; } 480DocumentSequenceTextPointer tp = this.AggregatedContainer.VerifyPosition(position); 607DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 619DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 723DocumentSequenceTextPointer tp = thisTp.AggregatedContainer.VerifyPosition(position); 951int comp = thisTp.AggregatedContainer.GetChildBlockDistance(thisBlock, tpBlock);