1 instantiation of UiaRect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1057*pRetVal = new()
13 references to UiaRect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1050HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)
System.Windows.Forms.Primitives (12)
_generated\231\Windows.Win32.IRawElementProviderFragment.g.cs (8)
142 /// <inheritdoc cref="get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect*)"/> 144 internal unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(out winmdroot.UI.Accessibility.UiaRect pRetVal) 146 fixed (winmdroot.UI.Accessibility.UiaRect* pRetValLocal = &pRetVal) 156 private static winmdroot.Foundation.HRESULT get_BoundingRectangle(IRawElementProviderFragment* pThis, winmdroot.UI.Accessibility.UiaRect* pRetVal) 178 public unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect* pRetVal) 180 return ((delegate *unmanaged [Stdcall]<IRawElementProviderFragment*,winmdroot.UI.Accessibility.UiaRect* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRawElementProviderFragment*)Unsafe.AsPointer(ref this), pRetVal); 327 internal delegate *unmanaged [Stdcall]<IRawElementProviderFragment*,winmdroot.UI.Accessibility.UiaRect* ,winmdroot.Foundation.HRESULT> get_BoundingRectangle_6; 371 unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect* pRetVal);
_generated\572\Windows.Win32.UI_Accessibility_IRawElementProviderFragment_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderFragment.Interface.get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(this winmdroot.UI.Accessibility.IRawElementProviderFragment.Interface @this, out winmdroot.UI.Accessibility.UiaRect pRetVal) 36 fixed (winmdroot.UI.Accessibility.UiaRect* pRetValLocal = &pRetVal)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
66HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)