11 references to InternalCellSpacing
PresentationFramework (11)
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (2)
99double durCellSpacing = Table.InternalCellSpacing; 394double durCellSpacing = Table.InternalCellSpacing;
src\Framework\MS\Internal\PtsHost\RowParagraph.cs (2)
145int cellSpacing = TextDpi.ToTextDpi(Table.InternalCellSpacing); 354dvrAboveBelow = TextDpi.ToTextDpi(Table.InternalCellSpacing / 2.0);
src\Framework\MS\Internal\PtsHost\TableParaClient.cs (6)
117int vrRowTop = GetTableOffsetFirstRowTop() + TextDpi.ToTextDpi(Table.InternalCellSpacing) / 2; 1370durRet += cols[i].DurWidth + Table.InternalCellSpacing; 1883colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1902colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 2110totalPadding = Table.InternalCellSpacing * Table.ColumnCount + mbpInfo.Margin.Left + mbpInfo.Border.Left + mbpInfo.Padding.Left + mbpInfo.Padding.Right + mbpInfo.Border.Right + mbpInfo.Margin.Right; 2139double cellSpacing = Table.InternalCellSpacing;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1710_dxr -= _columnWidths[columnIndexCounter] + table.InternalCellSpacing;