6 references to ColorAdjustType
System.Drawing (1)
System.Drawing.cs (1)
70
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
ColorAdjustType
))]
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
1037
attr.SetRemapTable(
ColorAdjustType
.Bitmap, new ReadOnlySpan<(Color OldColor, Color NewColor)>(ref map));
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
504
attrs.SetRemapTable(
ColorAdjustType
.Bitmap, map);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1494
attributes.SetRemapTable(
ColorAdjustType
.Bitmap, map);
1610
attributes.SetRemapTable(
ColorAdjustType
.Bitmap, new ReadOnlySpan<(Color OldColor, Color NewColor)>(ref map));
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
132
attributes.SetRemapTable(
ColorAdjustType
.Bitmap, new ReadOnlySpan<(Color OldColor, Color NewColor)>(ref map));