2 implementations of RangeFromAnnotation
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1364HRESULT ITextProvider2.Interface.RangeFromAnnotation(IRawElementProviderSimple* annotationElement, ITextRangeProvider** pRetVal)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
149public abstract HRESULT RangeFromAnnotation(IRawElementProviderSimple* annotationElement, ITextRangeProvider** pRetVal);
1 reference to RangeFromAnnotation
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextProvider2.g.cs (1)
237 return __object.RangeFromAnnotation(annotationElement, pRetVal);