1 write to _imageListDesigner
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
18
_imageListDesigner
= new();
4 references to _imageListDesigner
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ImageListActionListTests.cs (4)
20
_imageListDesigner
.Initialize(_imageList);
21
_actionList = new(
_imageListDesigner
);
26
_imageListDesigner
.Dispose();
35
_actionList.Component.Should().Be(
_imageListDesigner
.Component);