11 instantiations of ButtonPopupAdapter
System.Windows.Forms (9)
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\DarkMode\DarkModeAdapterFactory.cs (1)
23: new ButtonPopupAdapter(control);
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (4)
14ButtonPopupAdapter adapter = new(Control); 43ButtonPopupAdapter adapter = new(Control); 68ButtonPopupAdapter adapter = new(Control); 88protected override ButtonBaseAdapter CreateButtonAdapter() => new ButtonPopupAdapter(Control);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonPopupAdapterTests.cs (2)
18adapter = new(button); 37internal override ButtonBaseAdapter CreateStandardAdapter() => new ButtonPopupAdapter(this);
10 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)
14ButtonPopupAdapter adapter = new(Control); 43ButtonPopupAdapter adapter = new(Control); 68ButtonPopupAdapter adapter = new(Control);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
933ButtonBaseAdapter.LayoutOptions options = ButtonPopupAdapter.PaintPopupLayout(
System.Windows.Forms.Tests (3)
System\Windows\Forms\ButtonPopupAdapterTests.cs (3)
13internal ButtonPopupAdapter adapter { get; } 95LayoutOptions layoutOptions = ButtonPopupAdapter.PaintPopupLayout( 128LayoutOptions layoutOptions = ButtonPopupAdapter.PaintPopupLayout(