3 references to GetGripSize
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
59NativeMethods.SIZE sizeGrip = GetGripSize(_hwnd, false); 102NativeMethods.SIZE sizeGrip = GetGripSize(hwnd, onStatusBar);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
807NativeMethods.SIZE sizeGrip = WindowsGrip.GetGripSize(hwnd, true);