9 instantiations of ButtonPopupAdapter
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
80
internal override ButtonBaseAdapter CreatePopupAdapter() => new
ButtonPopupAdapter
(this);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (4)
19
ButtonPopupAdapter adapter =
new
(Control);
54
ButtonPopupAdapter adapter =
new
(Control);
97
ButtonPopupAdapter adapter =
new
(Control);
118
protected override ButtonBaseAdapter CreateButtonAdapter() => new
ButtonPopupAdapter
(Control);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (4)
16
ButtonPopupAdapter adapter =
new
(Control);
45
ButtonPopupAdapter adapter =
new
(Control);
70
ButtonPopupAdapter adapter =
new
(Control);
90
protected override ButtonBaseAdapter CreateButtonAdapter() => new
ButtonPopupAdapter
(Control);
7 references to ButtonPopupAdapter
System.Windows.Forms (7)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (3)
19
ButtonPopupAdapter
adapter = new(Control);
54
ButtonPopupAdapter
adapter = new(Control);
97
ButtonPopupAdapter
adapter = new(Control);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (3)
16
ButtonPopupAdapter
adapter = new(Control);
45
ButtonPopupAdapter
adapter = new(Control);
70
ButtonPopupAdapter
adapter = new(Control);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
936
ButtonBaseAdapter.LayoutOptions options =
ButtonPopupAdapter
.PaintPopupLayout(