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