1 instantiation of ColorData
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (1)
35ColorData colors = new(this)
48 references to ColorData
System.Windows.Forms (48)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (2)
33internal ColorData Calculate() 35ColorData colors = new(this)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (7)
155protected void Draw3DBorder(IDeviceContext deviceContext, Rectangle bounds, ColorData colors, bool raised) 181private void Draw3DBorderHighContrastRaised(IDeviceContext deviceContext, ref Rectangle bounds, ColorData colors) 239private static void Draw3DBorderNormal(IDeviceContext deviceContext, ref Rectangle bounds, ColorData colors) 284private void Draw3DBorderRaised(IDeviceContext deviceContext, ref Rectangle bounds, ColorData colors) 345protected internal static void Draw3DLiteBorder(IDeviceContext deviceContext, Rectangle r, ColorData colors, bool up) 513private void DrawText(PaintEventArgs e, LayoutData layout, Color color, ColorData colors) 591ColorData colors,
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (3)
25ColorData colors = PaintFlatRender(e).Calculate(); 118ColorData colors = PaintFlatRender(e).Calculate(); 212ColorData colors = PaintFlatRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (3)
15ColorData colors = PaintPopupRender(e).Calculate(); 61ColorData colors = PaintPopupRender(e).Calculate(); 119ColorData colors = PaintPopupRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
110ColorData colors = PaintRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (7)
34ColorData colors) 122ColorData colors) 136protected void DrawCheckOnly(PaintEventArgs e, LayoutData layout, ColorData colors, Color checkColor) => 154ColorData colors, 201internal static Rectangle DrawPopupBorder(Graphics g, Rectangle r, ColorData colors) 207internal static Rectangle DrawPopupBorder(PaintEventArgs e, Rectangle r, ColorData colors) 213internal static Rectangle DrawPopupBorder(HDC hdc, Rectangle r, ColorData colors)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxFlatAdapter.cs (4)
20ColorData colors = PaintFlatRender(e).Calculate(); 39ColorData colors = PaintFlatRender(e).Calculate(); 58ColorData colors = PaintFlatRender(e).Calculate(); 69private void PaintFlatWorker(PaintEventArgs e, Color checkColor, Color checkBackground, Color checkBorder, ColorData colors)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (3)
24ColorData colors = PaintPopupRender(e).Calculate(); 59ColorData colors = PaintPopupRender(e).Calculate(); 102ColorData colors = PaintPopupRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxStandardAdapter.cs (1)
23ColorData colors = PaintRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (1)
29ColorData colors,
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonFlatAdapter.cs (4)
21ColorData colors = PaintFlatRender(e).Calculate(); 41ColorData colors = PaintFlatRender(e).Calculate(); 61ColorData colors = PaintFlatRender(e).Calculate(); 72private void PaintFlatWorker(PaintEventArgs e, Color checkColor, Color checkBackground, Color checkBorder, ColorData colors)
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonPopupAdapter.cs (3)
19ColorData colors = PaintPopupRender(e).Calculate(); 48ColorData colors = PaintPopupRender(e).Calculate(); 73ColorData colors = PaintPopupRender(e).Calculate();
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonStandardAdapter.cs (1)
18ColorData colors = PaintRender(e).Calculate();
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
770ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintFlatRender( 802ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender( 823ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender( 838ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender( 894ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintFlatRender(
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
1414ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender( 1463ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender( 1510ButtonBaseAdapter.ColorData colors = ButtonBaseAdapter.PaintPopupRender(