1 write to _actionList
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageListActionListTests.cs (1)
21_actionList = new(_imageListDesigner);
10 references to _actionList
System.Windows.Forms.Design.Tests (10)
System\Windows\Forms\Design\ImageListActionListTests.cs (10)
33_actionList.Should().NotBeNull(); 34_actionList.Should().BeOfType<ImageListActionList>(); 35_actionList.Component.Should().Be(_imageListDesigner.Component); 41_actionList.ColorDepth.Should().Be(ColorDepth.Depth32Bit); 47_actionList.ColorDepth = ColorDepth.Depth16Bit; 48_actionList.ColorDepth.Should().Be(ColorDepth.Depth16Bit); 55_actionList.ImageSize.Should().Be(size); 62_actionList.ImageSize = size; 63_actionList.ImageSize.Should().Be(size); 69DesignerActionItemCollection items = _actionList.GetSortedActionItems();