1 instantiation of UiaRect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1057*pRetVal = new()
16 references to UiaRect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1050HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
864UiaRect expected);
System.Windows.Forms.Primitives (12)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
66HRESULT IRawElementProviderFragment.Interface.get_BoundingRectangle(UiaRect* pRetVal)
Windows.Win32.IRawElementProviderFragment.g.cs (8)
139 /// <inheritdoc cref="get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect*)"/> 140 internal unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(out winmdroot.UI.Accessibility.UiaRect pRetVal) 142 fixed (winmdroot.UI.Accessibility.UiaRect* pRetValLocal = &pRetVal) 152 private static winmdroot.Foundation.HRESULT get_BoundingRectangle(IRawElementProviderFragment* pThis, winmdroot.UI.Accessibility.UiaRect* pRetVal) 174 public unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect* pRetVal) 176 return ((delegate *unmanaged [Stdcall]<IRawElementProviderFragment*,winmdroot.UI.Accessibility.UiaRect* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRawElementProviderFragment*)Unsafe.AsPointer(ref this), pRetVal); 320 internal delegate *unmanaged [Stdcall]<IRawElementProviderFragment*,winmdroot.UI.Accessibility.UiaRect* ,winmdroot.Foundation.HRESULT> get_BoundingRectangle_6; 364 unsafe winmdroot.Foundation.HRESULT get_BoundingRectangle(winmdroot.UI.Accessibility.UiaRect* pRetVal);
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)
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (1)
1757Assert.True(uiaProvider.get_BoundingRectangle(out UiaRect actual).Succeeded);
System\Windows\Forms\ComboBox.ComboBoxChildListUiaProviderTests.cs (1)
119Assert.True(childListUiaProvider.get_BoundingRectangle(out UiaRect actual).Succeeded);