1 write to ShowCheckMargin
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (1)
88
_actionList.
ShowCheckMargin
= value;
8 references to ShowCheckMargin
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ContextMenuStripActionList.cs (4)
70
get => (bool)GetProperty(nameof(
ShowCheckMargin
))!;
73
if (value !=
ShowCheckMargin
)
75
ChangeProperty(nameof(
ShowCheckMargin
), value);
115
nameof(
ShowCheckMargin
),
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ContextMenuStripActionListTests.cs (4)
86
_actionList.
ShowCheckMargin
.Should().BeFalse();
89
_actionList.
ShowCheckMargin
.Should().Be(value);
131
.And.Contain(nameof(ContextMenuStripActionList.
ShowCheckMargin
));
150
.And.NotContain(nameof(ContextMenuStripActionList.
ShowCheckMargin
));