6 references to ColumnResult
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
670
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
694
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\FloaterParaClient.cs (2)
679
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
703
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\SubpageParaClient.cs (2)
562
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
587
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[i], contentOffset);