3 references to IsGripPresent
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
511if (WindowsGrip.IsGripPresent(_hwnd, false))
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
62if (IsGripPresent(_hwnd, false))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
847return Misc.IsBitSet(style, SBARS_SIZEGRIP) || WindowsGrip.IsGripPresent(hwnd, true);