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)
70get => (bool)GetProperty(nameof(ShowCheckMargin))!; 73if (value != ShowCheckMargin) 75ChangeProperty(nameof(ShowCheckMargin), value); 115nameof(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));