4 writes to
System.Drawing.Common (3)
System\Drawing\Imaging\ColorPalette.cs (1)
80buffer[i + 2] = (ARGB)Entries[i];
System\Drawing\Imaging\ImageAttributes.cs (2)
365buffer[i] = (map[i].OldColor, map[i].NewColor); 390buffer[i] = (map[i].OldColor, map[i].NewColor);
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
34_bufferScope[i] = colors[i];
3 references to
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
896if (timeGuid == guids[i])
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
64if ((bits[y * widthInBytes + x / 8] & (1 << (7 - (x % 8)))) == 0)
System.Windows.Forms.Primitives (1)
System\ComponentModel\TypeConverterHelper.cs (1)
55output[i] = (T)converter.ConvertFromString(context, culture, text[tokens[i]].ToString())!;