3 references to FormatCellCount
PresentationFramework (3)
MS\Internal\PtsHost\RowParagraph.cs (3)
162
rowprops.cCells = Row.
FormatCellCount
;
192
Debug.Assert(cCells == Row.
FormatCellCount
);
221
Invariant.Assert(cCells == Row.
FormatCellCount
);