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