2 references to GetBoundingRectangle
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
336
NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(WindowsScrollBarBits.
GetBoundingRectangle
(_hwnd, this, item, _sbFlag));
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
130
return
GetBoundingRectangle
(_hwnd, _parent, (WindowsScrollBar.ScrollBarItem) _item, _sbFlag);