1 write to
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
34_bufferScope[i] = colors[i];
2 references to
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())!;