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