6 references to ColumnResult
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (2)
750
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
774
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (2)
756
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
780
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
src\Framework\MS\Internal\PtsHost\SubpageParaClient.cs (2)
633
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
658
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[i], contentOffset);