3 references to FormatCellCount
PresentationFramework (3)
MS\Internal\PtsHost\RowParagraph.cs (3)
163
rowprops.cCells = Row.
FormatCellCount
;
193
Debug.Assert(cCells == Row.
FormatCellCount
);
222
Invariant.Assert(cCells == Row.
FormatCellCount
);