5 references to ChildAccessibleObject
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (4)
3915
return new
ChildAccessibleObject
(_owner, Handle);
3968
: new
ChildAccessibleObject
(_owner, Handle);
5041
public ComboBoxChildEditUiaProvider(ComboBox owner, IntPtr childEditControlhandle) :
base
(owner, childEditControlhandle) {
5184
public ComboBoxChildListUiaProvider(ComboBox owningComboBox, IntPtr childListControlhandle) :
base
(owningComboBox, childListControlhandle) {
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
775
childAccessibleObject = new
ChildAccessibleObject
(toolStripComboBoxControl, toolStripComboBoxControl.Handle);