3 references to FormatCellCount
PresentationFramework (3)
MS\Internal\PtsHost\RowParagraph.cs (3)
166
rowprops.cCells = Row.
FormatCellCount
;
196
Debug.Assert(cCells == Row.
FormatCellCount
);
225
Invariant.Assert(cCells == Row.
FormatCellCount
);