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