3 references to GetGripSize
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsGrip.cs (2)
67
NativeMethods.SIZE sizeGrip =
GetGripSize
(_hwnd, false);
110
NativeMethods.SIZE sizeGrip =
GetGripSize
(hwnd, onStatusBar);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
818
NativeMethods.SIZE sizeGrip = WindowsGrip.
GetGripSize
(hwnd, true);