6 references to ColumnResult
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
667
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
691
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\FloaterParaClient.cs (2)
676
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
700
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);