1 write to _sharedImageList
System.Windows.Forms.UI.IntegrationTests (1)
ToolStripTests.cs (1)
16
_sharedImageList
= new ImageList();
3 references to _sharedImageList
System.Windows.Forms.UI.IntegrationTests (3)
ToolStripTests.cs (3)
17
_sharedImageList
.Images.Add("square", Image.FromFile("./Resources/image.png"));
24
ShowForm(
_sharedImageList
);
25
ShowForm(
_sharedImageList
);