1 write to _imageListDesigner
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
16
_imageListDesigner
= new();
4 references to _imageListDesigner
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ImageListActionListTests.cs (4)
18
_imageListDesigner
.Initialize(_imageList);
19
_actionList = new(
_imageListDesigner
);
24
_imageListDesigner
.Dispose();
33
_actionList.Component.Should().Be(
_imageListDesigner
.Component);