1 write to _checkBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (1)
15
_checkBox
= new TestCheckBox
3 references to _checkBox
System.Windows.Forms.Tests (3)
System\Windows\Forms\CheckBoxFlatAdapterTests.cs (3)
21
TestCheckBoxFlatAdapter checkBoxFlatAdapter = new(
_checkBox
);
23
return (checkBoxFlatAdapter,
_checkBox
);
26
public void Dispose() =>
_checkBox
?.Dispose();