1 instantiation of TableColumnResizeInfo
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1667
return new
TableColumnResizeInfo
(textView, table, columnIndex, columnRect, tableAutofitWidth, columnWidths);
2 references to TableColumnResizeInfo
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
2092
internal TextRangeEditTables.
TableColumnResizeInfo
_tableColResizeInfo;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1657
internal static
TableColumnResizeInfo
StartColumnResize(ITextView textView, Point pt)