7 references to SetRemapTable
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
338
public void SetRemapTable(params ReadOnlySpan<(Color OldColor, Color NewColor)> map) =>
SetRemapTable
(ColorAdjustType.Default, map);
434
public void SetBrushRemapTable(params ReadOnlySpan<(Color OldColor, Color NewColor)> map) =>
SetRemapTable
(ColorAdjustType.Brush, map);
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
1033
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)
1466
attributes.
SetRemapTable
(ColorAdjustType.Bitmap, map);
1585
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));