9 references to ButtonPopupAdapter
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Button.cs (1)
109
return new
ButtonPopupAdapter
(this);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxPopupAdapter.cs (4)
25
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
51
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
79
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
104
return new
ButtonPopupAdapter
(Control);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonPopupAdapter.cs (4)
23
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
45
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
68
ButtonPopupAdapter adapter = new
ButtonPopupAdapter
(Control);
90
return new
ButtonPopupAdapter
(Control);