11 references to InternalCellSpacing
PresentationFramework (11)
MS\Internal\PtsHost\CellParaClient.cs (2)
82double durCellSpacing = Table.InternalCellSpacing; 362double durCellSpacing = Table.InternalCellSpacing;
MS\Internal\PtsHost\RowParagraph.cs (2)
136int cellSpacing = TextDpi.ToTextDpi(Table.InternalCellSpacing); 336dvrAboveBelow = TextDpi.ToTextDpi(Table.InternalCellSpacing / 2.0);
MS\Internal\PtsHost\TableParaClient.cs (6)
99int vrRowTop = GetTableOffsetFirstRowTop() + TextDpi.ToTextDpi(Table.InternalCellSpacing) / 2; 1277durRet += cols[i].DurWidth + Table.InternalCellSpacing; 1765colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1784colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1983totalPadding = Table.InternalCellSpacing * Table.ColumnCount + mbpInfo.Margin.Left + mbpInfo.Border.Left + mbpInfo.Padding.Left + mbpInfo.Padding.Right + mbpInfo.Border.Right + mbpInfo.Margin.Right; 2012double cellSpacing = Table.InternalCellSpacing;
System\Windows\Documents\TextRangeEditTables.cs (1)
1709_dxr -= _columnWidths[columnIndexCounter] + table.InternalCellSpacing;