1 write to _context
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ImageIndexEditorTests.cs (1)
22
_context
= hasContext ? _context : null;
3 references to _context
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\ImageIndexEditorTests.cs (3)
22
_context = hasContext ?
_context
: null;
24
bool result = _editor.GetPaintValueSupported(
_context
);
37
PaintValueEventArgs paintValueEventArgs = new(
_context
, value, graphics, new Rectangle(0, 0, 10, 10));