1 instantiation of TestCheckBoxFlatAdapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (1)
21
TestCheckBoxFlatAdapter checkBoxFlatAdapter =
new
(_checkBox);
6 references to TestCheckBoxFlatAdapter
System.Windows.Forms.Tests (6)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (6)
13
private (
TestCheckBoxFlatAdapter
, TestCheckBox) CreateAdapter(Appearance appearance, bool enabled)
21
TestCheckBoxFlatAdapter
checkBoxFlatAdapter = new(_checkBox);
67
(
TestCheckBoxFlatAdapter
checkBoxFlatAdapter, TestCheckBox checkBox) = CreateAdapter(appearance, enabled);
87
(
TestCheckBoxFlatAdapter
checkBoxFlatAdapter, TestCheckBox checkBox) = CreateAdapter(appearance, enabled);
107
(
TestCheckBoxFlatAdapter
checkBoxFlatAdapter, TestCheckBox checkBox) = CreateAdapter(appearance, enabled);
123
(
TestCheckBoxFlatAdapter
checkBoxFlatAdapter, _) = CreateAdapter(Appearance.Normal, true);