3 references to IsGripPresent
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
503if (WindowsGrip.IsGripPresent(_hwnd, false))
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
47if (IsGripPresent(_hwnd, false))
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
833return Misc.IsBitSet(style, SBARS_SIZEGRIP) || WindowsGrip.IsGripPresent(hwnd, true);