2 implementations of RangeFromChild
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1354
HRESULT ITextProvider2.Interface.
RangeFromChild
(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
23
public abstract HRESULT
RangeFromChild
(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal);
1 reference to RangeFromChild
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextProvider2.g.cs (1)
121
return __object.
RangeFromChild
(childElement, pRetVal);