1 implementation of GetBoundingRectangles
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
327
HRESULT ITextRangeProvider.Interface.
GetBoundingRectangles
(SAFEARRAY** pRetVal)
3 references to GetBoundingRectangles
System.Windows.Forms.Primitives (3)
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (1)
339
return __object.
GetBoundingRectangles
(pRetVal);
_generated\579\Windows.Win32.UI_Accessibility_ITextRangeProvider_Extensions.g.cs (2)
53
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextRangeProvider.Interface.
GetBoundingRectangles
(winmdroot.System.Com.SAFEARRAY**)"/>
58
winmdroot.Foundation.HRESULT __result = @this.
GetBoundingRectangles
(pRetValLocal);