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