453 references to ControlPaint
System.Windows.Forms (193)
System\Windows\Forms\ComponentModel\COM2Interop\COM2FontConverter.cs (1)
54_lastFont = ControlPaint.FontInPoints(font);
System\Windows\Forms\Control.cs (3)
885if (ControlPaint.IsImageTransparent(BackgroundImage)) 8093bool imageIsTransparent = ControlPaint.IsImageTransparent(BackgroundImage); 8110ControlPaint.DrawBackgroundImage(
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.ColorOptions.cs (6)
50colors.ButtonShadow = ControlPaint.Dark(_backColor); 51colors.ButtonShadowDark = ControlPaint.DarkDark(_backColor); 52colors.Highlight = ControlPaint.LightLight(_backColor); 56colors.ButtonShadow = ControlPaint.Dark(_backColor); 57colors.ButtonShadowDark = ControlPaint.LightLight(_backColor); 58colors.Highlight = ControlPaint.LightLight(_backColor);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (6)
89=> ControlPaint.CreateStringFormat(Control, Control.TextAlign, Control.ShowToolTip, Control.UseMnemonic); 95=> ControlPaint.CreateTextFormatFlags(Control, Control.TextAlign, Control.ShowToolTip, Control.UseMnemonic); 113ControlPaint.DrawBorderSimple(deviceContext, bounds, ControlPaint.Dark(Control.BackColor)); 370ControlPaint.DrawFocusRectangle(g, r, Control.ForeColor, Control.BackColor); 407ControlPaint.DrawImageDisabled(graphics, image, imageBounds, unscaledImage: true);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonFlatAdapter.cs (10)
96ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 101ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 102ControlPaint.DrawBorderSimple(e, r, colors.ButtonShadow); 110ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 184ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 189ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 190ControlPaint.DrawBorderSimple(e, r, colors.ButtonShadow); 198ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 278ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame); 283ControlPaint.DrawBorderSimple(e, r, colors.WindowFrame);
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonPopupAdapter.cs (2)
51ControlPaint.DrawBorderSimple(e, r, borderColor); 136ControlPaint.DrawBorderSimple(e, r, colors.Options.HighContrast ? colors.WindowText : GetContrastingBorderColor(colors.ButtonShadow));
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (3)
94ControlPaint.DrawBackgroundImage( 173ControlPaint.DrawHighContrastFocusRectangle(e.GraphicsInternal, layout.Focus, highlightTextColor); 202ControlPaint.DrawBorderSimple(e, r, colors.ButtonShadow);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (3)
198ControlPaint.DrawImageColorized(g, checkImage, fullSize, checkColor); 274ControlPaint.DrawMixedCheckBox(e.GraphicsInternal, layout.CheckBounds, style); 289ControlPaint.DrawCheckBox(e.GraphicsInternal, layout.CheckBounds, style);
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxPopupAdapter.cs (1)
38ControlPaint.DrawBorderSimple(
System\Windows\Forms\Controls\Buttons\ButtonInternal\RadioButtonBaseAdapter.cs (2)
68border = ControlPaint.ContrastControlDark; 215ControlPaint.DrawRadioButton(e.GraphicsInternal, check, style);
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (9)
81ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state)); 108ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state)); 119ControlPaint.DrawFocusRectangle(graphics, contentBounds); 157ControlPaint.DrawButton(g, bounds, ConvertToButtonState(state)); 166ControlPaint.DrawFocusRectangle(g, contentBounds); 186ControlPaint.DrawButton(g, bounds, ConvertToButtonState(state)); 193ControlPaint.DrawFocusRectangle(g, contentBounds); 265ControlPaint.DrawButton(graphics, bounds, ConvertToButtonState(state)); 277ControlPaint.DrawFocusRectangle(graphics, contentBounds);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (8)
61ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state)); 65ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 137ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state)); 141ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 151ControlPaint.DrawFocusRectangle(g, textBounds); 209ControlPaint.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state)); 213ControlPaint.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state)); 223ControlPaint.DrawFocusRectangle(g, textBounds);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (5)
83ControlPaint.DrawRadioButton(graphics, glyphBounds, ConvertToButtonState(state)); 143ControlPaint.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state)); 151ControlPaint.DrawFocusRectangle(g, textBounds); 236ControlPaint.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state)); 244ControlPaint.DrawFocusRectangle(g, textBounds);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (6)
5677ControlPaint.FillReversibleRectangle(RectangleToScreen(rectInsertionBar), Color.White); 5707HBRUSH halftone = ControlPaint.CreateHalftoneHBRUSH(); 5726HBRUSH halftone = ControlPaint.CreateHalftoneHBRUSH(); 16715ControlPaint.DrawHighContrastFocusRectangle(g, GetGridFocusRectangle(), SystemColors.ActiveCaptionText); 16719ControlPaint.DrawFocusRectangle(g, GetGridFocusRectangle()); 19324ControlPaint.DrawBorder3D(g, bounds, Border3DStyle.Sunken);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (5)
746ControlPaint.DrawBorder( 812ControlPaint.DrawBorder( 848ControlPaint.DrawBorderSimple( 887ControlPaint.DrawFocusRectangle(g, Rectangle.Inflate(valBounds, -1, -1), Color.Empty, cellStyle.ForeColor); 947ControlPaint.DrawFocusRectangle(
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
1442? ControlPaint.DarkDark(baseline) 1446? ControlPaint.LightLight(baseline) 1452? ControlPaint.Dark(baseline) 1456? ControlPaint.Light(baseline)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (7)
1151ControlPaint.DrawFocusRectangle(g, valBounds, cellStyle.BackColor, cellStyle.ForeColor); 1259ControlPaint.DrawMixedCheckBox( 1269ControlPaint.DrawCheckBox( 1299highlight = ControlPaint.LightLight(backBrushColor); 1376ControlPaint.DrawImageColorized( 1381? ControlPaint.LightLight(foreBrushColor) 1526ControlPaint.DrawBorderSimple(g, layout.CheckBounds, colors.ButtonShadow);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellRenderer.cs (1)
43ControlPaint.EnforceHeaderCellDividerContrast(g, bounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
2263ControlPaint.DrawFocusRectangle(g, focusBounds, Color.Empty, cellStyle.ForeColor); 2274ControlPaint.DrawFocusRectangle(g, focusBounds, Color.Empty, cellStyle.ForeColor); 2279ControlPaint.DrawFocusRectangle(g, textBounds, Color.Empty, cellStyle.ForeColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
897ControlPaint.DrawFocusRectangle(g, valBounds, Color.Empty, brushColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (3)
1000ControlPaint.DrawFocusRectangle(g, focusBounds, Color.Empty, brushColor); 1041ControlPaint.DrawFocusRectangle(g, errorBounds, Color.Empty, brushColor); 1056ControlPaint.DrawFocusRectangle(g, valBounds, Color.Empty, brushColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1201ControlPaint.DrawFocusRectangle(graphics, bounds, Color.Empty, backColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
1046ControlPaint.IsDark(backColor)) 1048using Bitmap invertedBitmap = ControlPaint.CreateBitmapWithInvertedForeColor(bmp, backColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellRenderer.cs (1)
30ControlPaint.EnforceHeaderCellDividerContrast(g, bounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
713ControlPaint.DrawFocusRectangle(graphics, valBounds, Color.Empty, cellStyle.ForeColor);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (4)
494ControlPaint.DrawStringDisabled(graphics, Text, Font, backColor, textRectangle, format); 523ControlPaint.DrawStringDisabled( 592using CreatePenScope hpenLight = new(ControlPaint.Light(backColor, 1.0f)); 594using CreatePenScope hpenDark = new(ControlPaint.Dark(backColor, 0f));
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (2)
249using var light = ControlPaint.Light(backColor, 1.0f).GetCachedPenScope(); 250using var dark = ControlPaint.Dark(backColor, 0f).GetCachedPenScope();
System\Windows\Forms\Controls\ImageList\ImageList.cs (2)
374HBITMAP hMask = (HBITMAP)ControlPaint.CreateHBitmapTransparencyMask(bitmap); 377HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapColorMask(bitmap, (IntPtr)hMask);
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (2)
158HBITMAP hMask = (HBITMAP)ControlPaint.CreateHBitmapTransparencyMask(bitmap); 159HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapColorMask(bitmap, hMask);
System\Windows\Forms\Controls\Labels\Label.cs (5)
911=> ControlPaint.CreateStringFormat(this, TextAlign, AutoEllipsis, UseMnemonic); 926TextFormatFlags flags = ControlPaint.CreateTextFormatFlags(this, TextAlign, AutoEllipsis, UseMnemonic); 991ControlPaint.DrawImageDisabled(g, image, loc.X, loc.Y, BackColor); 1290ControlPaint.DrawStringDisabled(e.GraphicsInternal, Text, Font, color, face, stringFormat); 1357ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.SunkenOuter);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (5)
138s_iedisabledLinkColor = ControlPaint.Dark(DisabledColor); 1125ControlPaint.DrawStringDisabled(g, Text, Font, DisabledColor, ClientRectWithPadding, stringFormat); 1137ControlPaint.DrawStringDisabled( 1326ControlPaint.DrawFocusRectangle(g, Rectangle.Ceiling(focusRectangle), ForeColor, BackColor); 1332ControlPaint.DrawFocusRectangle(g, Rectangle.Ceiling(rect), ForeColor, BackColor);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (3)
565ControlPaint.DrawCheckBox(e.Graphics, box, state); 710ControlPaint.DrawBlackWhiteFocusRectangle(e.Graphics, textBounds, backColor); 734ControlPaint.DrawFocusRectangle(e.Graphics, emptyRectangle, foreColor, backColor);
System\Windows\Forms\Controls\ListView\DrawListViewItemEventArgs.cs (1)
77ControlPaint.DrawFocusRectangle(Graphics, UpdateBounds(Bounds, drawText: false), Item.ForeColor, Item.BackColor);
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
113ControlPaint.DrawFocusRectangle(Graphics, Rectangle.Inflate(bounds, -1, -1), Item.ForeColor, Item.BackColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1974ControlPaint.DrawReversibleLine(new Point(rc.X + i, rc.Y), new Point(rc.X + i, rc.Y + rc.Height), targetControl.BackColor); 1981ControlPaint.DrawReversibleLine(new Point(rc.X, rc.Y + i), new Point(rc.X + rc.Width, rc.Y + i), targetControl.BackColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (2)
125ControlPaint.DrawFocusRectangle(g, focusRect, SystemColors.ControlText, OwnerGrid.LineColor); 129ControlPaint.DrawFocusRectangle(g, focusRect);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
107ControlPaint.DrawFocusRectangle(pevent.Graphics, dropDownButtonRect, ForeColor, BackColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (13)
22Color c = ControlPaint.LightLight(Control.BackColor); 23ControlPaint.DrawBorder( 32ControlPaint.DrawBorderSimple(e, r, ControlPaint.Dark(Control.BackColor)); 39Color c = ControlPaint.Light(Control.BackColor); 40ControlPaint.DrawBorder( 51c = ControlPaint.LightLight(Control.BackColor); 52ControlPaint.DrawBorder( 61ControlPaint.DrawBorderSimple(e, r, ControlPaint.Dark(Control.BackColor)); 78ControlPaint.DrawBorder( 91if (ControlPaint.IsDark(backgroundColor) && image is Bitmap bitmap) 93using Image invertedImage = ControlPaint.CreateBitmapWithInvertedForeColor(bitmap, Control.BackColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1723ControlPaint.InvertForeColorIfNeeded(bitmap, backgroundColor);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2213ControlPaint.DrawFocusRectangle(g, new Rectangle(_offset2Units, _offset2Units, Size.Width - doubleOffset, Size.Height - doubleOffset));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
240ControlPaint.DrawSizeGrip(glyphGraphics, BackColor, 0, 0, s_resizeGripSize, s_resizeGripSize);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.cs (1)
36ControlPaint.DrawBorder(graphics, bounds,
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
699HBRUSH halftone = ControlPaint.CreateHalftoneHBRUSH();
System\Windows\Forms\Controls\TabControl\TabPage.cs (1)
628ControlPaint.DrawBackgroundImage(
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (4)
47ControlPaint.DrawFocusRectangle(g, contentBounds); 84ControlPaint.DrawFocusRectangle(g, contentBounds); 104ControlPaint.DrawFocusRectangle(g, contentBounds); 135ControlPaint.DrawFocusRectangle(g, contentBounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
92textFormat |= ControlPaint.ConvertAlignmentToTextFormat(alignment);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
74retFont = ControlPaint.FontInPoints(sysFont); 110s_defaultFont = ControlPaint.FontInPoints(sysFont);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
711ControlPaint.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (CaptionButton)buttonToUse, ButtonState.Flat);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (7)
270ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 322ControlPaint.DrawBorder3D(e.Graphics, new Rectangle(0, 0, item.Width, item.Height), item.BorderStyle, (Border3DSide)item.BorderSides); 359ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 596ControlPaint.DrawBackgroundImage( 653ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 1114ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect); 1574ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (3)
101s_disabledImageColorMatrix = ControlPaint.MultiplyColorMatrix(transparency, greyscale); 836if (ControlPaint.IsDark(backgroundColor)) 838Image invertedImage = ControlPaint.CreateBitmapWithInvertedForeColor(bitmap, e.Item.BackColor);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (10)
255ControlPaint.DrawBorder3D(e.Graphics, bounds, Border3DStyle.Raised); 428ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, item.ContentRectangle); 473ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, fillRect); 499ControlPaint.DrawBorder3D(e.Graphics, new Rectangle(0, 0, item.Width - 1, item.Height - 1), item.BorderStyle, (Border3DSide)item.BorderSides); 565ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, fillRect, fillRect); 583ControlPaint.DrawBorderSimple(g, clientBounds, SystemColors.Highlight); 601ControlPaint.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, bounds, fillRect); 662ControlPaint.DrawBorderSimple(g, bounds, SystemColors.Highlight); 674ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect); 796ControlPaint.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2847ControlPaint.DrawFocusRectangle(g, bounds, color, SystemColors.Highlight);
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
585ControlPaint.DrawBorderSimple(e, editBounds, SystemColors.Control);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
305ControlPaint.DrawScrollButton( 311ControlPaint.DrawScrollButton(
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
470_font = ControlPaint.FontInPoints(fontInWorldUnits);
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
44using HBITMAP mask = (HBITMAP)ControlPaint.CreateHBitmapTransparencyMask(bitmap);
System\Windows\Forms\Form.cs (1)
4415ControlPaint.DrawSizeGrip(
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1464ControlPaint.DrawFocusRectangle(g, r, ForeColor, BackColor); 1475HBRUSH halftone = ControlPaint.CreateHalftoneHBRUSH();
System\Windows\Forms\Panels\Panel.cs (1)
234ControlPaint.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.Sunken);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (4)
408ControlPaint.PaintTableCellBorder(cellBorderStyle, g, outsideCellBounds); 473ControlPaint.PaintTableCellBorder(cellBorderStyle, g, tableBounds); 476ControlPaint.PaintTableControlBorder(cellBorderStyle, g, displayRect); 480ControlPaint.PaintTableControlBorder(cellBorderStyle, g, displayRect);
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
726ControlPaint.DrawHighContrastFocusRectangle(e.Graphics, focusRect, SystemColors.ControlText); 730ControlPaint.DrawFocusRectangle(e.Graphics, focusRect);
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
137ControlPaint.DrawFocusRectangle(GraphicsInternal, Bounds, ForeColor, BackColor);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
558return ControlPaint.IsDarker(backColor, SystemColors.Control) 559? ControlPaint.Dark(backColor)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
664if (ControlPaint.IsImageTransparent(BackgroundImage)) 669ControlPaint.DrawBackgroundImage(
System\Windows\Forms\ToolTip\DrawToolTipEventArgs.cs (1)
101ControlPaint.DrawBorder(Graphics, Bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
System.Windows.Forms.Design (36)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
574ControlPaint.DrawButton(g, button, ButtonState.Normal); 591ControlPaint.DrawFocusRectangle(g, res);
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
155ControlPaint.DrawFocusRectangle(g, new Rectangle(2, 2, Width - 5, Height - 5));
System\Drawing\Design\ColorEditor.ColorPalette.cs (3)
383ControlPaint.DrawBorder( 394ControlPaint.DrawFocusRectangle( 401ControlPaint.DrawBorder(
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (4)
185ControlPaint.DrawBorder3D(e.Graphics, rc, Border3DStyle.Sunken); 201ControlPaint.DrawButton(e.Graphics, rc, ButtonState.Normal); 275ControlPaint.DrawFocusRectangle(e.Graphics, rc); 281ControlPaint.DrawFocusRectangle(e.Graphics, rc);
System\Windows\Forms\Design\ComponentTray.cs (1)
1210ControlPaint.DrawReversibleFrame(_mouseDragWorkspace, BackColor, FrameStyle.Dashed);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1018ControlPaint.DrawFocusRectangle(e.Graphics, focusRectangle, e.ForeColor, e.BackColor);
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
302ControlPaint.DrawButton(e.Graphics, rc, ButtonState.Pushed);
System\Windows\Forms\Design\GroupBoxDesigner.cs (1)
82ControlPaint.DrawGrid(pe.Graphics, rectangle, GridSize, control.BackColor);
System\Windows\Forms\Design\PanelDesigner.cs (2)
73ControlPaint.Light(Control.BackColor) : 74ControlPaint.Dark(Control.BackColor);
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2043ControlPaint.DrawGrid(pe.Graphics, paintRect, GridSize, control.BackColor);
System\Windows\Forms\Design\PictureBoxDesigner.cs (2)
40penColor = ControlPaint.Light(ctl.BackColor); 44penColor = ControlPaint.Dark(ctl.BackColor);
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (1)
60ControlPaint.DrawContainerGrabHandle(graphics, glyphBounds);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (10)
150ControlPaint.DrawSelectionFrame(graphics, false, outer, inner, borderColor); 155ControlPaint.DrawGrabHandle(graphics, rect, fActive, (_sizes[0] != 0)); 158ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[2] != 0); 161ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[7] != 0); 164ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[5] != 0); 167ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[6] != 0); 170ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[1] != 0); 174ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[3] != 0); 177ControlPaint.DrawGrabHandle(graphics, rect, fActive, _sizes[4] != 0); 181ControlPaint.DrawLockedFrame(graphics, outer, fActive);
System\Windows\Forms\Design\SplitterPanelDesigner.cs (2)
149Color penColor = control.BackColor.GetBrightness() < .5 ? ControlPaint.Light(control.BackColor) : ControlPaint.Dark(control.BackColor);
System\Windows\Forms\Design\TabOrder.cs (1)
223ControlPaint.DrawSelectionFrame(graphics, active: false, ctlOuter, ctlInner, backColor);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
792ControlPaint.DrawFocusRectangle(e.Graphics, fillBounds, e.ForeColor, e.BackColor);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
47ControlPaint.Light(Control.BackColor) : 48ControlPaint.Dark(Control.BackColor);
System.Windows.Forms.Tests (224)
System\Windows\Forms\ControlPaintTests.cs (199)
36HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmap16Bit(bitmap, background); 61HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmap16Bit(bitmap, Color.Red); 84Assert.Throws<ArgumentNullException>(() => ControlPaint.CreateHBitmap16Bit(null, Color.Red)); 107HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapColorMask(bitmap, monochromeMask); 139HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapColorMask(bitmap, (IntPtr)monochromeMask); 172HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapColorMask(bitmap, IntPtr.Zero); 195Assert.Throws<ArgumentNullException>(() => ControlPaint.CreateHBitmapColorMask(null, IntPtr.Zero)); 215HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapTransparencyMask(bitmap); 240HBITMAP hBitmap = (HBITMAP)ControlPaint.CreateHBitmapTransparencyMask(bitmap); 263Assert.Throws<ArgumentNullException>("bitmap", () => ControlPaint.CreateHBitmapTransparencyMask(null)); 279using Bitmap invertedBitmap = ControlPaint.CreateBitmapWithInvertedForeColor(bitmap, Color.LightGray); 312Assert.Equal(expected, ControlPaint.Dark(baseColor)); 315Assert.Equal(expected, ControlPaint.Dark(baseColor)); 504Assert.Equal(expected, ControlPaint.Dark(baseColor, percOfDarkDark)); 507Assert.Equal(expected, ControlPaint.Dark(baseColor, percOfDarkDark)); 537Assert.Equal(expected, ControlPaint.DarkDark(baseColor)); 565ControlPaint.DrawBorder(graphics, bounds, color, style); 568ControlPaint.DrawBorder(graphics, bounds, color, style); 578ControlPaint.DrawBorder(graphics, new Rectangle(1, 2, 3, 4), Color.Red, style); 581ControlPaint.DrawBorder(graphics, new Rectangle(1, 2, 3, 4), Color.Red, style); 624ControlPaint.DrawBorder(graphics, bounds, leftColor, leftWidth, leftStyle, topColor, topWidth, topStyle, rightColor, rightWidth, rightStyle, bottomColor, bottomWidth, bottomStyle); 627ControlPaint.DrawBorder(graphics, bounds, leftColor, leftWidth, leftStyle, topColor, topWidth, topStyle, rightColor, rightWidth, rightStyle, bottomColor, bottomWidth, bottomStyle); 666Assert.Throws<ArgumentOutOfRangeException>(() => ControlPaint.DrawBorder(graphics, bounds, leftColor, leftWidth, leftStyle, topColor, topWidth, topStyle, rightColor, rightWidth, rightStyle, bottomColor, bottomWidth, bottomStyle)); 677Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder(null, new Rectangle(1, 2, 3, 4), Color.Red, style)); 685Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder(null, new Rectangle(1, 2, 3, 4), Color.Red, 1, style, Color.Red, 1, style, Color.Red, 1, style, Color.Red, 1, style)); 704ControlPaint.DrawBorder3D(graphics, rectangle); 707ControlPaint.DrawBorder3D(graphics, rectangle); 729ControlPaint.DrawBorder3D(graphics, rectangle, style); 732ControlPaint.DrawBorder3D(graphics, rectangle, style); 757ControlPaint.DrawBorder3D(graphics, rectangle, style, side); 760ControlPaint.DrawBorder3D(graphics, rectangle, style, side); 769ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height); 772ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height); 781ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style); 784ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style); 793ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side); 796ControlPaint.DrawBorder3D(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, style, side); 804Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, new Rectangle(1, 2, 3, 4))); 805Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, new Rectangle(1, 2, 3, 4), style)); 806Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, new Rectangle(1, 2, 3, 4), style, Border3DSide.All)); 807Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, 1, 2, 3, 4)); 808Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, 1, 2, 3, 4, style)); 809Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawBorder3D(null, 1, 2, 3, 4, style, Border3DSide.All)); 829ControlPaint.DrawButton(graphics, rectangle, state); 832ControlPaint.DrawButton(graphics, rectangle, state); 841ControlPaint.DrawButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 844ControlPaint.DrawButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 852Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawButton(null, new Rectangle(1, 2, 3, 4), state)); 853Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawButton(null, 1, 2, 3, 4, state)); 867Assert.Throws<ArgumentException>(() => ControlPaint.DrawButton(graphics, new Rectangle(0, 0, width, height), state)); 868Assert.Throws<ArgumentException>(() => ControlPaint.DrawButton(graphics, 0, 0, width, height, state)); 878Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawButton(graphics, new Rectangle(0, 0, -3, 4), state)); 879Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawButton(graphics, 0, 0, -3, 4, state)); 889Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawButton(graphics, new Rectangle(0, 0, 3, -4), state)); 890Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawButton(graphics, 0, 0, 3, -4, state)); 913ControlPaint.DrawCaptionButton(graphics, rectangle, button, state); 916ControlPaint.DrawCaptionButton(graphics, rectangle, button, state); 925ControlPaint.DrawCaptionButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, button, state); 928ControlPaint.DrawCaptionButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, button, state); 936Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawCaptionButton(null, new Rectangle(1, 2, 3, 4), CaptionButton.Close, state)); 937Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawCaptionButton(null, 1, 2, 3, 4, CaptionButton.Close, state)); 950Assert.Throws<ArgumentException>(() => ControlPaint.DrawCaptionButton(graphics, new Rectangle(0, 0, width, height), CaptionButton.Close, state)); 951Assert.Throws<ArgumentException>(() => ControlPaint.DrawCaptionButton(graphics, 0, 0, width, height, CaptionButton.Close, state)); 961Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawCaptionButton(graphics, new Rectangle(0, 0, -3, 4), CaptionButton.Close, state)); 962Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawCaptionButton(graphics, 0, 0, -3, 4, CaptionButton.Close, state)); 972Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawCaptionButton(graphics, new Rectangle(0, 0, 3, -4), CaptionButton.Close, state)); 973Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawCaptionButton(graphics, 0, 0, 3, -4, CaptionButton.Close, state)); 993ControlPaint.DrawCheckBox(graphics, rectangle, state); 996ControlPaint.DrawCheckBox(graphics, rectangle, state); 1005ControlPaint.DrawCheckBox(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1008ControlPaint.DrawCheckBox(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1016Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawCheckBox(null, new Rectangle(1, 2, 3, 4), state)); 1017Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawCheckBox(null, 1, 2, 3, 4, state)); 1031Assert.Throws<ArgumentException>(() => ControlPaint.DrawCheckBox(graphics, new Rectangle(0, 0, width, height), state)); 1032Assert.Throws<ArgumentException>(() => ControlPaint.DrawCheckBox(graphics, 0, 0, width, height, state)); 1042Assert.Throws<ArgumentOutOfRangeException>(expectedParamName, () => ControlPaint.DrawCheckBox(graphics, new Rectangle(0, 0, -3, 4), state)); 1043Assert.Throws<ArgumentOutOfRangeException>(expectedParamName, () => ControlPaint.DrawCheckBox(graphics, 0, 0, -3, 4, state)); 1053Assert.Throws<ArgumentOutOfRangeException>(expectedParamName, () => ControlPaint.DrawCheckBox(graphics, new Rectangle(0, 0, 3, -4), state)); 1054Assert.Throws<ArgumentOutOfRangeException>(expectedParamName, () => ControlPaint.DrawCheckBox(graphics, 0, 0, 3, -4, state)); 1074ControlPaint.DrawComboButton(graphics, rectangle, state); 1077ControlPaint.DrawComboButton(graphics, rectangle, state); 1086ControlPaint.DrawComboButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1089ControlPaint.DrawComboButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1097Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawComboButton(null, new Rectangle(1, 2, 3, 4), state)); 1098Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawComboButton(null, 1, 2, 3, 4, state)); 1111Assert.Throws<ArgumentException>(() => ControlPaint.DrawComboButton(graphics, new Rectangle(0, 0, width, height), state)); 1112Assert.Throws<ArgumentException>(() => ControlPaint.DrawComboButton(graphics, 0, 0, width, height, state)); 1122Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawComboButton(graphics, new Rectangle(0, 0, -3, 4), state)); 1123Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawComboButton(graphics, 0, 0, -3, 4, state)); 1133Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawComboButton(graphics, new Rectangle(0, 0, 3, -4), state)); 1134Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawComboButton(graphics, 0, 0, 3, -4, state)); 1153ControlPaint.DrawContainerGrabHandle(graphics, rectangle); 1156ControlPaint.DrawContainerGrabHandle(graphics, rectangle); 1162Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawContainerGrabHandle(null, new Rectangle(1, 2, 3, 4))); 1181ControlPaint.DrawFocusRectangle(graphics, rectangle); 1184ControlPaint.DrawFocusRectangle(graphics, rectangle); 1212ControlPaint.DrawFocusRectangle(graphics, rectangle, foreColor, backColor); 1215ControlPaint.DrawFocusRectangle(graphics, rectangle, foreColor, backColor); 1221Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawFocusRectangle(null, new Rectangle(1, 2, 3, 4))); 1222Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawFocusRectangle(null, new Rectangle(1, 2, 3, 4), Color.Red, Color.Blue)); 1247ControlPaint.DrawGrabHandle(graphics, rectangle, primary, enabled); 1250ControlPaint.DrawGrabHandle(graphics, rectangle, primary, enabled); 1260Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawGrabHandle(null, new Rectangle(1, 2, 3, 4), primary, enabled)); 1284ControlPaint.DrawGrid(graphics, area, pixelsBetweenDots, backColor); 1287ControlPaint.DrawGrid(graphics, area, pixelsBetweenDots, backColor); 1293Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawGrid(null, new Rectangle(1, 2, 3, 4), new Size(1, 1), Color.Red)); 1305Assert.Throws<ArgumentOutOfRangeException>("pixelsBetweenDots", () => ControlPaint.DrawGrid(graphics, new Rectangle(0, 0, width, height), new Size(width, height), Color.Red)); 1333ControlPaint.DrawImageDisabled(graphics, image, x, y, background); 1336ControlPaint.DrawImageDisabled(graphics, image, x, y, background); 1343Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawImageDisabled(null, image, 0, 0, Color.Red)); 1351Assert.Throws<NullReferenceException>(() => ControlPaint.DrawImageDisabled(graphics, null, 0, 0, Color.Red)); 1373ControlPaint.DrawLockedFrame(graphics, rectangle, primary); 1376ControlPaint.DrawLockedFrame(graphics, rectangle, primary); 1384Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawLockedFrame(null, new Rectangle(1, 2, 3, 4), primary)); 1404ControlPaint.DrawMenuGlyph(graphics, rectangle, glyph); 1407ControlPaint.DrawMenuGlyph(graphics, rectangle, glyph); 1436ControlPaint.DrawMenuGlyph(graphics, rectangle, glyph, foreColor, backColor); 1439ControlPaint.DrawMenuGlyph(graphics, rectangle, glyph, foreColor, backColor); 1448ControlPaint.DrawMenuGlyph(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, glyph); 1451ControlPaint.DrawMenuGlyph(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, glyph); 1460ControlPaint.DrawMenuGlyph(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, glyph, foreColor, backColor); 1463ControlPaint.DrawMenuGlyph(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, glyph, foreColor, backColor); 1472Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawMenuGlyph(null, new Rectangle(1, 2, 3, 4), glyph)); 1473Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawMenuGlyph(null, 1, 2, 3, 4, glyph)); 1490Assert.Throws<ArgumentException>(() => ControlPaint.DrawMenuGlyph(graphics, new Rectangle(0, 0, width, height), glyph)); 1491Assert.Throws<ArgumentException>(() => ControlPaint.DrawMenuGlyph(graphics, 0, 0, width, height, glyph)); 1502Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawMenuGlyph(graphics, new Rectangle(0, 0, -3, 4), glyph)); 1503Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawMenuGlyph(graphics, 0, 0, -3, 4, glyph)); 1514Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawMenuGlyph(graphics, new Rectangle(0, 0, 3, -4), glyph)); 1515Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawMenuGlyph(graphics, 0, 0, 3, -4, glyph)); 1535ControlPaint.DrawMixedCheckBox(graphics, rectangle, state); 1538ControlPaint.DrawMixedCheckBox(graphics, rectangle, state); 1547ControlPaint.DrawMixedCheckBox(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1550ControlPaint.DrawMixedCheckBox(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1558Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawMixedCheckBox(null, new Rectangle(1, 2, 3, 4), state)); 1559Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawMixedCheckBox(null, 1, 2, 3, 4, state)); 1572Assert.Throws<ArgumentException>(() => ControlPaint.DrawMixedCheckBox(graphics, new Rectangle(0, 0, width, height), state)); 1573Assert.Throws<ArgumentException>(() => ControlPaint.DrawMixedCheckBox(graphics, 0, 0, width, height, state)); 1583Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawMixedCheckBox(graphics, new Rectangle(0, 0, -3, 4), state)); 1584Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawMixedCheckBox(graphics, 0, 0, -3, 4, state)); 1594Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawMixedCheckBox(graphics, new Rectangle(0, 0, 3, -4), state)); 1595Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawMixedCheckBox(graphics, 0, 0, 3, -4, state)); 1615ControlPaint.DrawRadioButton(graphics, rectangle, state); 1618ControlPaint.DrawRadioButton(graphics, rectangle, state); 1627ControlPaint.DrawRadioButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1630ControlPaint.DrawRadioButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, state); 1638Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawRadioButton(null, new Rectangle(1, 2, 3, 4), state)); 1639Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawRadioButton(null, 1, 2, 3, 4, state)); 1652Assert.Throws<ArgumentException>(() => ControlPaint.DrawRadioButton(graphics, new Rectangle(0, 0, width, height), state)); 1653Assert.Throws<ArgumentException>(() => ControlPaint.DrawRadioButton(graphics, 0, 0, width, height, state)); 1663Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawRadioButton(graphics, new Rectangle(0, 0, -3, 4), state)); 1664Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawRadioButton(graphics, 0, 0, -3, 4, state)); 1674Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawRadioButton(graphics, new Rectangle(0, 0, 3, -4), state)); 1675Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawRadioButton(graphics, 0, 0, 3, -4, state)); 1701ControlPaint.DrawReversibleFrame(rectangle, backColor, style); 1704ControlPaint.DrawReversibleFrame(rectangle, backColor, style); 1727ControlPaint.DrawReversibleLine(start, end, backColor); 1730ControlPaint.DrawReversibleLine(start, end, backColor); 1753ControlPaint.DrawScrollButton(graphics, rectangle, button, state); 1756ControlPaint.DrawScrollButton(graphics, rectangle, button, state); 1765ControlPaint.DrawScrollButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, button, state); 1768ControlPaint.DrawScrollButton(graphics, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height, button, state); 1776Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawScrollButton(null, new Rectangle(1, 2, 3, 4), ScrollButton.Up, state)); 1777Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawScrollButton(null, 1, 2, 3, 4, ScrollButton.Up, state)); 1790Assert.Throws<ArgumentException>(() => ControlPaint.DrawScrollButton(graphics, new Rectangle(0, 0, width, height), ScrollButton.Up, state)); 1791Assert.Throws<ArgumentException>(() => ControlPaint.DrawScrollButton(graphics, 0, 0, width, height, ScrollButton.Up, state)); 1801Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawScrollButton(graphics, new Rectangle(0, 0, -3, 4), ScrollButton.Up, state)); 1802Assert.Throws<ArgumentOutOfRangeException>("width", () => ControlPaint.DrawScrollButton(graphics, 0, 0, -3, 4, ScrollButton.Up, state)); 1812Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawScrollButton(graphics, new Rectangle(0, 0, 3, -4), ScrollButton.Up, state)); 1813Assert.Throws<ArgumentOutOfRangeException>("height", () => ControlPaint.DrawScrollButton(graphics, 0, 0, 3, -4, ScrollButton.Up, state)); 1838ControlPaint.DrawSelectionFrame(graphics, active, outsideRect, insideRect, backColor); 1841ControlPaint.DrawSelectionFrame(graphics, active, outsideRect, insideRect, backColor); 1849Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawSelectionFrame(null, active, new Rectangle(1, 2, 3, 4), new Rectangle(1, 2, 3, 4), Color.Red)); 1873ControlPaint.DrawSizeGrip(graphics, backColor, rectangle); 1876ControlPaint.DrawSizeGrip(graphics, backColor, rectangle); 1885ControlPaint.DrawSizeGrip(graphics, backColor, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height); 1888ControlPaint.DrawSizeGrip(graphics, backColor, rectangle.X, rectangle.Y, rectangle.Width, rectangle.Height); 1894Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawSizeGrip(null, Color.Red, new Rectangle(1, 2, 3, 4))); 1895Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawSizeGrip(null, Color.Red, 1, 2, 3, 4)); 1921ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1924ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1933ControlPaint.DrawStringDisabled(graphics, s, null, Color.Red, new RectangleF(1, 2, 3, 4), null); 1936ControlPaint.DrawStringDisabled(graphics, s, null, Color.Red, new RectangleF(1, 2, 3, 4), null); 1943Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawStringDisabled(null, s, SystemFonts.MenuFont, Color.Red, new RectangleF(1, 2, 3, 4), new StringFormat())); 1969ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1972ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1979Assert.Throws<ArgumentNullException>("dc", () => ControlPaint.DrawStringDisabled(null, s, SystemFonts.MenuFont, Color.Red, new Rectangle(1, 2, 3, 4), TextFormatFlags.Default)); 1998ControlPaint.DrawVisualStyleBorder(graphics, rectangle); 2001ControlPaint.DrawVisualStyleBorder(graphics, rectangle); 2007Assert.Throws<ArgumentNullException>("graphics", () => ControlPaint.DrawVisualStyleBorder(null, new Rectangle(1, 2, 3, 4))); 2028ControlPaint.FillReversibleRectangle(rectangle, backColor); 2031ControlPaint.FillReversibleRectangle(rectangle, backColor); 2044bool result = ControlPaint.IsDark(color); 2076Assert.Equal(expected, ControlPaint.Light(baseColor)); 2079Assert.Equal(expected, ControlPaint.Light(baseColor)); 2268Assert.Equal(expected, ControlPaint.Light(baseColor, percOfLightLight)); 2271Assert.Equal(expected, ControlPaint.Light(baseColor, percOfLightLight)); 2301Assert.Equal(expected, ControlPaint.LightLight(baseColor)); 2304Assert.Equal(expected, ControlPaint.LightLight(baseColor));
System\Windows\Forms\ControlPaintTests.Rendering.cs (25)
24ControlPaint.DrawBorder(graphics, bounds, Color.Blue, ButtonBorderStyle.Solid); 43ControlPaint.DrawBorder(graphics, bounds, Color.Gray, ButtonBorderStyle.Inset); 60State.Pen(16, ControlPaint.DarkDark(Color.Gray), penStyle), 66State.Pen(16, ControlPaint.DarkDark(Color.Gray), penStyle), 72State.Pen(16, ControlPaint.LightLight(Color.Gray), penStyle), 78State.Pen(16, ControlPaint.LightLight(Color.Gray), penStyle), 84State.Pen(16, ControlPaint.Light(Color.Gray), penStyle), 90State.Pen(16, ControlPaint.Light(Color.Gray), penStyle), 103ControlPaint.DrawBorder(graphics, bounds, SystemColors.Control, ButtonBorderStyle.Inset); 120State.Pen(16, ControlPaint.DarkDark(SystemColors.Control), penStyle), 126State.Pen(16, ControlPaint.DarkDark(SystemColors.Control), penStyle), 132State.Pen(16, ControlPaint.LightLight(SystemColors.Control), penStyle), 138State.Pen(16, ControlPaint.LightLight(SystemColors.Control), penStyle), 144State.Pen(16, ControlPaint.Light(SystemColors.Control), penStyle), 150State.Pen(16, ControlPaint.Light(SystemColors.Control), penStyle), 178ControlPaint.DrawBorder(graphics, bounds, Color.PeachPuff, ButtonBorderStyle.Outset); 197State.Pen(16, ControlPaint.LightLight(Color.PeachPuff), penStyle), 203State.Pen(16, ControlPaint.LightLight(Color.PeachPuff), penStyle), 209State.Pen(16, ControlPaint.DarkDark(Color.PeachPuff), penStyle), 215State.Pen(16, ControlPaint.DarkDark(Color.PeachPuff), penStyle), 233State.Pen(16, ControlPaint.Dark(Color.PeachPuff), penStyle), 239State.Pen(16, ControlPaint.Dark(Color.PeachPuff), penStyle), 252ControlPaint.DrawBorder(graphics, bounds, SystemColors.Control, ButtonBorderStyle.Outset); 326ControlPaint.DrawBorder(graphics, bounds, Color.Green, ButtonBorderStyle.Dotted); 354ControlPaint.DrawBorder(graphics, bounds, Color.Pink, ButtonBorderStyle.Dashed);