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)
58
get => (bool)GetProperty(nameof(
ShowImageMargin
))!;
61
if (value !=
ShowImageMargin
)
63
ChangeProperty(nameof(
ShowImageMargin
), value);
109
nameof(
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
))