3 overrides of GetTextRangeFromChild
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
91
internal override HRESULT
GetTextRangeFromChild
(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
113
internal override unsafe HRESULT
GetTextRangeFromChild
(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
106
internal override HRESULT
GetTextRangeFromChild
(IRawElementProviderSimple* childElement, ITextRangeProvider** pRetVal)
2 references to GetTextRangeFromChild
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1342
=>
GetTextRangeFromChild
(childElement, pRetVal);
1356
=>
GetTextRangeFromChild
(childElement, pRetVal);