3 references to ButtonBaseAccessibleObject
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
748
return new
ButtonBaseAccessibleObject
(this);
winforms\Managed\System\WinForms\CheckBox.cs (1)
722
public CheckBoxAccessibleObject(Control owner) :
base
(owner) {
winforms\Managed\System\WinForms\RadioButton.cs (1)
648
public RadioButtonAccessibleObject(RadioButton owner) :
base
(owner) {