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