11 references to InternalCellSpacing
PresentationFramework (11)
MS\Internal\PtsHost\CellParaClient.cs (2)
81double durCellSpacing = Table.InternalCellSpacing; 361double durCellSpacing = Table.InternalCellSpacing;
MS\Internal\PtsHost\RowParagraph.cs (2)
135int cellSpacing = TextDpi.ToTextDpi(Table.InternalCellSpacing); 335dvrAboveBelow = TextDpi.ToTextDpi(Table.InternalCellSpacing / 2.0);
MS\Internal\PtsHost\TableParaClient.cs (6)
98int vrRowTop = GetTableOffsetFirstRowTop() + TextDpi.ToTextDpi(Table.InternalCellSpacing) / 2; 1276durRet += cols[i].DurWidth + Table.InternalCellSpacing; 1764colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1783colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1982totalPadding = Table.InternalCellSpacing * Table.ColumnCount + mbpInfo.Margin.Left + mbpInfo.Border.Left + mbpInfo.Padding.Left + mbpInfo.Padding.Right + mbpInfo.Border.Right + mbpInfo.Margin.Right; 2011double cellSpacing = Table.InternalCellSpacing;
System\Windows\Documents\TextRangeEditTables.cs (1)
1708_dxr -= _columnWidths[columnIndexCounter] + table.InternalCellSpacing;