11 references to InternalCellSpacing
PresentationFramework (11)
MS\Internal\PtsHost\CellParaClient.cs (2)
87double durCellSpacing = Table.InternalCellSpacing; 367double durCellSpacing = Table.InternalCellSpacing;
MS\Internal\PtsHost\RowParagraph.cs (2)
139int cellSpacing = TextDpi.ToTextDpi(Table.InternalCellSpacing); 339dvrAboveBelow = TextDpi.ToTextDpi(Table.InternalCellSpacing / 2.0);
MS\Internal\PtsHost\TableParaClient.cs (6)
105int vrRowTop = GetTableOffsetFirstRowTop() + TextDpi.ToTextDpi(Table.InternalCellSpacing) / 2; 1283durRet += cols[i].DurWidth + Table.InternalCellSpacing; 1771colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1790colRect.Width = CalculatedColumns[iC].DurWidth + Table.InternalCellSpacing; 1989totalPadding = Table.InternalCellSpacing * Table.ColumnCount + mbpInfo.Margin.Left + mbpInfo.Border.Left + mbpInfo.Padding.Left + mbpInfo.Padding.Right + mbpInfo.Border.Right + mbpInfo.Margin.Right; 2018double cellSpacing = Table.InternalCellSpacing;
System\Windows\Documents\TextRangeEditTables.cs (1)
1707_dxr -= _columnWidths[columnIndexCounter] + table.InternalCellSpacing;