6 references to ColumnResult
PresentationFramework (6)
MS\Internal\PtsHost\FigureParaClient.cs (2)
669
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
693
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\FloaterParaClient.cs (2)
678
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
702
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[0], contentOffset);
MS\Internal\PtsHost\SubpageParaClient.cs (2)
561
ColumnResult columnResult = new
ColumnResult
(this, ref subpageDetails.u.simple.trackdescr, contentOffset);
586
ColumnResult columnResult = new
ColumnResult
(this, ref arrayColumnDesc[i], contentOffset);