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; 22bool result = _editor.GetPaintValueSupported(_context); 35PaintValueEventArgs paintValueEventArgs = new(_context, value, graphics, new Rectangle(0, 0, 10, 10));