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