6 references to ButtonStandardAdapter
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Button.cs (1)
113return new ButtonStandardAdapter(this);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (2)
80 ButtonStandardAdapter adapter = new ButtonStandardAdapter(Control); 103return new ButtonStandardAdapter(Control);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonStandardAdapter.cs (1)
61return new ButtonStandardAdapter(Control);
winforms\Managed\System\WinForms\CheckBox.cs (1)
370ButtonStandardAdapter adapter = new ButtonStandardAdapter(this);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
154internal DropDownButtonAdapter(ButtonBase control) : base(control) {}