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