6 references to ColumnResult
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
675
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
699
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\FloaterParaClient.cs (2)
683
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
707
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\SubpageParaClient.cs (2)
566
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
591
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[i], contentOffset);