3 references to GetPositionInView
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Extensions\ITextViewExtensions.cs (1)
130var pointInView = textView.GetPositionInView(point.Position);
StringIndentation\StringIndentationAdornmentManager.cs (2)
123var start = textView.GetPositionInView(span.Start); 124var end = textView.GetPositionInView(span.End);