2 references to GetColumnFromPoint
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
913
int columnIndex =
GetColumnFromPoint
(columns, point, snapToText);
1093
int columnIndex =
GetColumnFromPoint
(columns, point, false);