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