1 write to ShowImageMargin
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
78_actionList.ShowImageMargin = value;
8 references to ShowImageMargin
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (4)
58get => (bool)GetProperty(nameof(ShowImageMargin))!; 61if (value != ShowImageMargin) 63ChangeProperty(nameof(ShowImageMargin), value); 109nameof(ShowImageMargin),
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (4)
76_actionList.ShowImageMargin.Should().BeTrue(); 79_actionList.ShowImageMargin.Should().Be(value); 130.And.Contain(nameof(ContextMenuStripActionList.ShowImageMargin)) 149.And.NotContain(nameof(ContextMenuStripActionList.ShowImageMargin))