5 references to Checked
System.Windows.Forms.Tests (5)
CheckedListBoxTests.cs (1)
407
yield return new object[] { null, new Rectangle(1, 2, 3, 4), 1, DrawItemState.
Checked
, Color.Red, Color.Blue };
System\Windows\Forms\ListBoxTests.cs (1)
5520
yield return new object[] { new DrawItemEventArgs(graphics, null, new Rectangle(1, 2, 3, 4), 0, DrawItemState.
Checked
) };
System\Windows\Forms\TabControlTests.cs (1)
4222
yield return new object[] { new DrawItemEventArgs(graphics, null, new Rectangle(1, 2, 3, 4), 0, DrawItemState.
Checked
) };
System\Windows\Forms\UnsupportedTypesTests.cs (2)
87
((Action)(() => new StatusBarDrawItemEventArgs(graphics, font: null!, rectangle, itemId: 0, DrawItemState.
Checked
, panel: null!)))
89
((Action)(() => new StatusBarDrawItemEventArgs(graphics, font: null!, rectangle, itemId: 0, DrawItemState.
Checked
, panel: null!, foreColor: Color.Red, backColor: Color.Black)))