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)
21TestCheckBoxFlatAdapter checkBoxFlatAdapter = new(_checkBox); 23return (checkBoxFlatAdapter, _checkBox); 26public void Dispose() => _checkBox?.Dispose();