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