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