6 instantiations of CheckBoxPopupAdapter
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
533internal override ButtonBaseAdapter CreatePopupAdapter() => new CheckBoxPopupAdapter(this);
System.Windows.Forms.Tests (5)
System\Windows\Forms\CheckBoxPopupAdapterTests.cs (5)
21CheckBoxPopupAdapter adapter = new(checkBox); 39CheckBoxPopupAdapter adapter = new(checkBox); 57CheckBoxPopupAdapter adapter = new(checkBox); 71CheckBoxPopupAdapter adapter = new(checkBox); 85CheckBoxPopupAdapter adapter = new(checkBox);
9 references to CheckBoxPopupAdapter
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
1400ButtonBaseAdapter.LayoutOptions options = CheckBoxPopupAdapter.PaintPopupLayout( 1449ButtonBaseAdapter.LayoutOptions options = CheckBoxPopupAdapter.PaintPopupLayout( 1496ButtonBaseAdapter.LayoutOptions options = CheckBoxPopupAdapter.PaintPopupLayout(
System.Windows.Forms.Tests (6)
System\Windows\Forms\CheckBoxPopupAdapterTests.cs (6)
21CheckBoxPopupAdapter adapter = new(checkBox); 39CheckBoxPopupAdapter adapter = new(checkBox); 57CheckBoxPopupAdapter adapter = new(checkBox); 71CheckBoxPopupAdapter adapter = new(checkBox); 85CheckBoxPopupAdapter adapter = new(checkBox); 111LayoutOptions layout = CheckBoxPopupAdapter.PaintPopupLayout(