2 references to POINT
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
NativeMethods.cs (2)
147
private static extern bool GetCursorPos(out
POINT
point);
151
if (!GetCursorPos(out
var
point))