2 implementations of get_BoundingRectangle
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1050HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
66HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)
3 references to get_BoundingRectangle
System.Windows.Forms.Primitives (3)
Windows.Win32.IRawElementProviderFragment.g.cs (1)
161 return __object.get_BoundingRectangle(pRetVal);
Windows.Win32.UI_Accessibility_IRawElementProviderFragment_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderFragment.Interface.get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.get_BoundingRectangle(pRetValLocal);