6 references to 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);