1 instantiation of WindowsGrip
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
512
return new
WindowsGrip
(_hwnd, this, (int)item);
3 references to WindowsGrip
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
510
if (
WindowsGrip
.IsGripPresent(_hwnd, false))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
804
NativeMethods.SIZE sizeGrip =
WindowsGrip
.GetGripSize(hwnd, true);
833
return Misc.IsBitSet(style, SBARS_SIZEGRIP) ||
WindowsGrip
.IsGripPresent(hwnd, true);