3 references to FormatCellCount
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (3)
172
rowprops.cCells = Row.
FormatCellCount
;
206
Debug.Assert(cCells == Row.
FormatCellCount
);
240
Invariant.Assert(cCells == Row.
FormatCellCount
);