1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
19_actionList = new(_imageListDesigner);
10 references to _actionList
System.Windows.Forms.Design.Tests (10)
System\Windows\Forms\Design\ImageListActionListTests.cs (10)
31_actionList.Should().NotBeNull(); 32_actionList.Should().BeOfType<ImageListActionList>(); 33_actionList.Component.Should().Be(_imageListDesigner.Component); 39_actionList.ColorDepth.Should().Be(ColorDepth.Depth32Bit); 45_actionList.ColorDepth = ColorDepth.Depth16Bit; 46_actionList.ColorDepth.Should().Be(ColorDepth.Depth16Bit); 53_actionList.ImageSize.Should().Be(size); 60_actionList.ImageSize = size; 61_actionList.ImageSize.Should().Be(size); 67DesignerActionItemCollection items = _actionList.GetSortedActionItems();