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