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