193 references to ControlPaint
System.Windows.Forms (192)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (13)
136
return
ControlPaint
.CreateStringFormat( Control, Control.TextAlign, Control.ShowToolTip, Control.UseMnemonic );
143
return
ControlPaint
.CreateTextFormatFlags( Control, Control.TextAlign, Control.ShowToolTip, Control.UseMnemonic );
158
ControlPaint
.DrawBorder(g, bounds,
ControlPaint
.Dark(Control.BackColor), ButtonBorderStyle.Solid);
478
ControlPaint
.DrawBorder(g, r, c, ButtonBorderStyle.Solid);
543
ControlPaint
.DrawFocusRectangle(g, r, Control.ForeColor, Control.BackColor);
584
ControlPaint
.DrawImageDisabled(graphics, image, imageBounds, Control.BackColor, true /* unscaled image*/);
758
colors.buttonShadow =
ControlPaint
.Dark(backColor);
759
colors.buttonShadowDark =
ControlPaint
.DarkDark(backColor);
760
colors.highlight =
ControlPaint
.LightLight(backColor);
763
colors.buttonShadow =
ControlPaint
.Dark(backColor);
764
colors.buttonShadowDark =
ControlPaint
.LightLight(backColor);
765
colors.highlight =
ControlPaint
.LightLight(backColor);
winforms\Managed\System\WinForms\ButtonInternal\ButtonPopupAdapter.cs (1)
143
ControlPaint
.DrawBorder(g, r, colors.options.highContrast ? colors.windowText : colors.buttonShadow, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (3)
127
ControlPaint
.DrawBackgroundImage(e.Graphics, Control.BackgroundImage, Color.Transparent, Control.BackgroundImageLayout, Control.ClientRectangle, bounds, Control.DisplayRectangle.Location, Control.RightToLeft);
192
ControlPaint
.DrawHighContrastFocusRectangle(g, layout.focus, highlightTextColor);
216
ControlPaint
.DrawBorder(g, r, colors.buttonShadow, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (3)
169
ControlPaint
.DrawImageColorized(g, checkImage, fullSize, checkColor);
225
ControlPaint
.DrawMixedCheckBox(g, layout.checkBounds, style);
233
ControlPaint
.DrawCheckBox(g, layout.checkBounds, style);
winforms\Managed\System\WinForms\ButtonInternal\RadioButtonBaseAdapter.cs (2)
68
border =
ControlPaint
.ContrastControlDark;
191
ControlPaint
.DrawRadioButton(g, check, style);
winforms\Managed\System\WinForms\ButtonRenderer.cs (9)
102
ControlPaint
.DrawButton(g, bounds, ConvertToButtonState(state));
124
ControlPaint
.DrawButton(g, bounds, ConvertToButtonState(state));
129
ControlPaint
.DrawFocusRectangle(g, contentBounds);
174
ControlPaint
.DrawButton(g, bounds, ConvertToButtonState(state));
182
ControlPaint
.DrawFocusRectangle(g, contentBounds);
203
ControlPaint
.DrawButton(g, bounds, ConvertToButtonState(state));
209
ControlPaint
.DrawFocusRectangle(g, contentBounds);
244
ControlPaint
.DrawButton(g, bounds, ConvertToButtonState(state));
253
ControlPaint
.DrawFocusRectangle(g, contentBounds);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (8)
113
ControlPaint
.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state));
116
ControlPaint
.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state));
156
ControlPaint
.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state));
159
ControlPaint
.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state));
168
ControlPaint
.DrawFocusRectangle(g, textBounds);
205
ControlPaint
.DrawMixedCheckBox(g, glyphBounds, ConvertToButtonState(state));
208
ControlPaint
.DrawCheckBox(g, glyphBounds, ConvertToButtonState(state));
217
ControlPaint
.DrawFocusRectangle(g, textBounds);
winforms\Managed\System\WinForms\CheckedListBox.cs (3)
715
ControlPaint
.DrawCheckBox(e.Graphics, box, state);
840
ControlPaint
.DrawFocusRectangle(e.Graphics, textBounds, foreColor, backColor);
860
ControlPaint
.DrawFocusRectangle(e.Graphics, emptyRectangle, foreColor, backColor);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2FontConverter.cs (2)
76
lastFont =
ControlPaint
.FontInPoints(font);
118
bool changed =
ControlPaint
.FontToIFont(lastFont, nativeFont);
winforms\Managed\System\WinForms\Control.cs (4)
1209
if (
ControlPaint
.IsImageTransparent(BackgroundImage))
9611
if (
ControlPaint
.IsImageTransparent(BackgroundImage)) {
9624
if (
ControlPaint
.IsImageTransparent(BackgroundImage)) {
9628
ControlPaint
.DrawBackgroundImage(e.Graphics, BackgroundImage, backColor, BackgroundImageLayout, ClientRectangle, rectangle, scrollLocation, RightToLeft);
winforms\Managed\System\WinForms\ControlPaint.cs (4)
434
ControlPaint
.DrawBorder(graphics, bounds, Color.FromKnownColor(KnownColor.WindowFrame), ButtonBorderStyle.Solid);
437
ControlPaint
.DrawBorder3D(graphics, bounds, b3dStyle);
2722
StringFormat stringFormat =
ControlPaint
.StringFormatForAlignment( textAlign );
2761
TextFormatFlags flags =
ControlPaint
.TextFormatFlagsForAlignmentGDI( textAlign );
winforms\Managed\System\WinForms\DataGrid.cs (5)
5858
IntPtr halftone =
ControlPaint
.CreateHalftoneHBRUSH();
7133
ControlPaint
.DrawBorder3D(g, boundingRect, Border3DStyle.RaisedInner);
7266
ControlPaint
.DrawBorder3D(g, textBounds, Border3DStyle.RaisedInner);
7294
ControlPaint
.DrawBorder3D(g, bounds, style );
7344
ControlPaint
.DrawBorder3D(g, layout.TopLeftHeader, Border3DStyle.RaisedInner);
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (2)
403
ControlPaint
.DrawMixedCheckBox(g, box, ButtonState.Checked);
405
ControlPaint
.DrawCheckBox(g, box, checkedState);
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
511
ControlPaint
.DrawBorder3D(g, backButtonRect,
529
ControlPaint
.DrawBorder3D(g, downButtonRect,
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
592
ControlPaint
.DrawBorder3D(g, insideBounds, Border3DStyle.RaisedInner);
734
ControlPaint
.DrawFocusRectangle(g, textBounds, ((SolidBrush)textBrush).Color, ((SolidBrush)GetBackBrush()).Color);
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
792
ControlPaint
.DrawBorder(g, valBounds, SystemColors.Control,
882
ControlPaint
.DrawBorder(g,
944
ControlPaint
.DrawFocusRectangle(g, Rectangle.Inflate(valBounds, -1, -1), Color.Empty, SystemColors.Control);
1002
ControlPaint
.DrawFocusRectangle(g,
winforms\Managed\System\WinForms\DataGridViewCell.cs (4)
1690
darkPen = this.DataGridView.GetCachedPen(
ControlPaint
.DarkDark(baseline));
1698
lightPen = this.DataGridView.GetCachedPen(
ControlPaint
.LightLight(baseline));
1709
darkPen = this.DataGridView.GetCachedPen(
ControlPaint
.Dark(baseline));
1717
lightPen = this.DataGridView.GetCachedPen(
ControlPaint
.Light(baseline));
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (6)
1246
ControlPaint
.DrawFocusRectangle(g, valBounds, Color.Empty, br.Color);
1348
ControlPaint
.DrawMixedCheckBox(g, checkBoxX, checkBoxY, checkBoxSize.Width, checkBoxSize.Height, bs);
1352
ControlPaint
.DrawCheckBox(g, checkBoxX, checkBoxY, checkBoxSize.Width, checkBoxSize.Height, bs);
1373
highlight =
ControlPaint
.LightLight(backBrush.Color);
1453
ControlPaint
.DrawImageColorized(g, checkImage, fullSize, checkState == CheckState.Indeterminate ?
ControlPaint
.LightLight(foreBrush.Color) : foreBrush.Color);
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (7)
2335
buttonShadow =
ControlPaint
.Dark(color);
2336
highlight =
ControlPaint
.LightLight(color);
2339
buttonShadowDark =
ControlPaint
.LightLight(color);
2343
buttonShadowDark =
ControlPaint
.DarkDark(color);
2548
ControlPaint
.DrawFocusRectangle(g, focusBounds, Color.Empty, br.Color);
2559
ControlPaint
.DrawFocusRectangle(g, focusBounds, Color.Empty, br.Color);
2564
ControlPaint
.DrawFocusRectangle(g, textBounds, Color.Empty, br.Color);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
952
ControlPaint
.DrawFocusRectangle(g, valBounds, Color.Empty, br.Color);
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (3)
1084
ControlPaint
.DrawFocusRectangle(g, focusBounds, Color.Empty, br.Color);
1121
ControlPaint
.DrawFocusRectangle(g, errorBounds, Color.Empty, br.Color);
1147
ControlPaint
.DrawFocusRectangle(g, valBounds, Color.Empty, br.Color);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
5737
ControlPaint
.FillReversibleRectangle(RectangleToScreen(rectInsertionBar), Color.White);
5768
IntPtr halftone =
ControlPaint
.CreateHalftoneHBRUSH();
5789
IntPtr halftone =
ControlPaint
.CreateHalftoneHBRUSH();
17156
ControlPaint
.DrawHighContrastFocusRectangle(g, this.GetGridFocusRectangle(), SystemColors.ActiveCaptionText);
17160
ControlPaint
.DrawFocusRectangle(g, this.GetGridFocusRectangle());
19873
ControlPaint
.DrawBorder3D(g, bounds, Border3DStyle.Sunken);
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1300
ControlPaint
.DrawFocusRectangle(graphics, bounds, Color.Empty, backColor);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
745
ControlPaint
.DrawFocusRectangle(graphics, valBounds, Color.Empty, br.Color);
winforms\Managed\System\WinForms\DrawItemEvent.cs (1)
198
ControlPaint
.DrawFocusRectangle(Graphics, rect, ForeColor, BackColor);
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (1)
141
ControlPaint
.DrawFocusRectangle(graphics, UpdateBounds(focusBounds, false /*drawText*/), item.ForeColor, item.BackColor);
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
185
ControlPaint
.DrawFocusRectangle(graphics, Rectangle.Inflate(bounds, -1, -1), item.ForeColor, item.BackColor);
winforms\Managed\System\WinForms\DrawToolTipEventArgs.cs (1)
159
ControlPaint
.DrawBorder(graphics, bounds, SystemColors.WindowFrame, ButtonBorderStyle.Solid);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1700
mask =
ControlPaint
.CreateHBitmapTransparencyMask(bitmap);
winforms\Managed\System\WinForms\FontDialog.cs (1)
699
font =
ControlPaint
.FontInPoints(fontInWorldUnits);
winforms\Managed\System\WinForms\Form.cs (1)
5070
ControlPaint
.DrawSizeGrip(e.Graphics, BackColor, sz.Width - SizeGripSize, sz.Height - SizeGripSize, SizeGripSize, SizeGripSize);
winforms\Managed\System\WinForms\GDI\TextRenderer.cs (2)
347
if (
ControlPaint
.IsDarker(backColor, SystemColors.Control)) {
348
disabledTextForeColor =
ControlPaint
.Dark(backColor);
winforms\Managed\System\WinForms\GroupBox.cs (4)
557
Pen light = new Pen(
ControlPaint
.Light(backColor, 1.0f));
558
Pen dark = new Pen(
ControlPaint
.Dark(backColor, 0f));
582
ControlPaint
.DrawStringDisabled(graphics, Text, Font, backColor, textRectangle, format);
608
ControlPaint
.DrawStringDisabled(wg, Text, Font, backColor, textRectangle, ((TextFormatFlags) flags));
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (2)
225
Pen light = new Pen(
ControlPaint
.Light(backColor, 1.0f));
226
Pen dark = new Pen(
ControlPaint
.Dark(backColor, 0f));
winforms\Managed\System\WinForms\ImageList.cs (4)
497
IntPtr hMask =
ControlPaint
.CreateHBitmapTransparencyMask(bitmap); // Calls GDI to create Bitmap.
498
IntPtr hBitmap =
ControlPaint
.CreateHBitmapColorMask(bitmap, hMask); // Calls GDI+ to create Bitmap. Need to add handle to HandleCollector.
1169
IntPtr hMask =
ControlPaint
.CreateHBitmapTransparencyMask(bitmap);
1170
IntPtr hBitmap =
ControlPaint
.CreateHBitmapColorMask(bitmap, hMask);
winforms\Managed\System\WinForms\Label.cs (5)
1125
return
ControlPaint
.CreateStringFormat( this, this.TextAlign, this.AutoEllipsis, this.UseMnemonic );
1141
TextFormatFlags flags =
ControlPaint
.CreateTextFormatFlags( this, this.TextAlign, this.AutoEllipsis, this.UseMnemonic );
1196
ControlPaint
.DrawImageDisabled(g, image, loc.X, loc.Y, BackColor);
1553
ControlPaint
.DrawStringDisabled(e.Graphics, Text, Font, color, face, stringFormat);
1624
ControlPaint
.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.SunkenOuter);
winforms\Managed\System\WinForms\LinkLabel.cs (5)
191
iedisabledLinkColor =
ControlPaint
.Dark(DisabledColor);
1250
ControlPaint
.DrawStringDisabled(e.Graphics, Text, Font, DisabledColor, ClientRectWithPadding, stringFormat);
1264
ControlPaint
.DrawStringDisabled(e.Graphics, Text, Font, foreColor, clientRectWidthPadding, CreateTextFormatFlags(clientRectWidthPadding.Size));
1461
ControlPaint
.DrawFocusRectangle(g, focusRect, ForeColor, BackColor);
1465
ControlPaint
.DrawFocusRectangle(g, Rectangle.Ceiling(rect), ForeColor, BackColor);
winforms\Managed\System\WinForms\Panel.cs (1)
296
ControlPaint
.PrintBorder(g, new Rectangle(Point.Empty, Size), BorderStyle, Border3DStyle.Sunken);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
547
format.Alignment =
ControlPaint
.TranslateAlignment(ContentAlignment.MiddleCenter);
548
format.LineAlignment =
ControlPaint
.TranslateLineAlignment(ContentAlignment.MiddleCenter);
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2348
ControlPaint
.DrawReversibleLine(new Point(rc.X+i, rc.Y), new Point(rc.X+i, rc.Y+rc.Height), ctlDrawTo.BackColor);
2353
ControlPaint
.DrawReversibleLine(new Point(rc.X, rc.Y+i), new Point(rc.X+rc.Width, rc.Y+i), ctlDrawTo.BackColor);
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
219
ControlPaint
.DrawFocusRectangle(g, focusRect, SystemColors.ControlText, OwnerGrid.LineColor);
222
ControlPaint
.DrawFocusRectangle(g, focusRect);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (14)
114
ControlPaint
.DrawFocusRectangle(pevent.Graphics, dropDownButtonRect, ForeColor, BackColor);
159
Color c =
ControlPaint
.LightLight(Control.BackColor);
160
ControlPaint
.DrawBorder(g, r,
167
ControlPaint
.DrawBorder(g, r,
ControlPaint
.Dark(Control.BackColor), ButtonBorderStyle.Solid);
172
Color c =
ControlPaint
.Light(Control.BackColor);
173
ControlPaint
.DrawBorder(g, r,
183
c =
ControlPaint
.LightLight(Control.BackColor);
184
ControlPaint
.DrawBorder(g, inside,
191
ControlPaint
.DrawBorder(g, r,
ControlPaint
.Dark(Control.BackColor), ButtonBorderStyle.Solid);
205
ControlPaint
.DrawBorder(pevent.Graphics, rect,
215
ControlPaint
.DrawImageReplaceColor(graphics, image, imageBounds, Color.Black, SystemColors.HighlightText);
218
ControlPaint
.DrawImageReplaceColor(graphics, image, imageBounds, Color.Black, Control.ForeColor);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2448
ControlPaint
.DrawFocusRectangle(g, new Rectangle(offset_2Units, offset_2Units, Size.Width - doubleOffset, Size.Height - doubleOffset));
5654
ControlPaint
.DrawSizeGrip(glyphGraphics, BackColor, 0, 0, ResizeGripSize, ResizeGripSize);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (5)
111
ControlPaint
.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state));
148
ControlPaint
.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state));
155
ControlPaint
.DrawFocusRectangle(g, textBounds);
197
ControlPaint
.DrawRadioButton(g, glyphBounds, ConvertToButtonState(state));
204
ControlPaint
.DrawFocusRectangle(g, textBounds);
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
762
if (
ControlPaint
.IsImageTransparent(BackgroundImage)) {
765
ControlPaint
.DrawBackgroundImage(e.Graphics, BackgroundImage, BackColor, BackgroundImageLayout, displayRect, displayRect, displayRect.Location);
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1623
ControlPaint
.DrawFocusRectangle(g, r, this.ForeColor, this.BackColor);
1637
IntPtr halftone =
ControlPaint
.CreateHalftoneHBRUSH();
winforms\Managed\System\WinForms\Splitter.cs (1)
774
IntPtr halftone =
ControlPaint
.CreateHalftoneHBRUSH();
winforms\Managed\System\WinForms\TableLayoutPanel.cs (4)
447
ControlPaint
.PaintTableCellBorder(cellBorderStyle, g, outsideCellBounds);
478
ControlPaint
.PaintTableCellBorder(cellBorderStyle, g, tableBounds);
480
ControlPaint
.PaintTableControlBorder(cellBorderStyle, g, displayRect);
483
ControlPaint
.PaintTableControlBorder(cellBorderStyle, g, displayRect);
winforms\Managed\System\WinForms\TabPage.cs (1)
725
ControlPaint
.DrawBackgroundImage(e.Graphics, BackgroundImage, bkcolor, BackgroundImageLayout, inflateRect, inflateRect, DisplayRectangle.Location);
winforms\Managed\System\WinForms\TabRenderer.cs (4)
74
ControlPaint
.DrawFocusRectangle(g, contentBounds);
117
ControlPaint
.DrawFocusRectangle(g, contentBounds);
139
ControlPaint
.DrawFocusRectangle(g, contentBounds);
174
ControlPaint
.DrawFocusRectangle(g, contentBounds);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
4684
textFormat |=
ControlPaint
.TranslateAlignmentForGDI(alignment);
4685
textFormat |=
ControlPaint
.TranslateLineAlignmentForGDI(alignment);
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
78
retFont =
ControlPaint
.FontInPoints(sysFont);
107
defaultFont =
ControlPaint
.FontInPoints(sysFont);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
820
ControlPaint
.DrawCaptionButton(g, new Rectangle(Point.Empty, image.Size), (CaptionButton)buttonToUse, ButtonState.Flat);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (7)
250
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
291
ControlPaint
.DrawBorder3D(e.Graphics, new Rectangle(0,0,item.Width, item.Height), item.BorderStyle, (Border3DSide)item.BorderSides);
323
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
530
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
573
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
963
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
1377
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, bounds, fillRect);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
102
disabledImageColorMatrix =
ControlPaint
.MultiplyColorMatrix(transparency, greyscale);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (8)
236
ControlPaint
.DrawBorder3D(e.Graphics, bounds, Border3DStyle.Raised);
379
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, item.ContentRectangle);
419
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, item.ContentRectangle, fillRect);
446
ControlPaint
.DrawBorder3D(e.Graphics, new Rectangle(0,0,item.Width-1, item.Height-1), item.BorderStyle, (Border3DSide)item.BorderSides);
501
ControlPaint
.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, fillRect, fillRect);
522
ControlPaint
.DrawBackgroundImage(g, splitButton.BackgroundImage, splitButton.BackColor, splitButton.BackgroundImageLayout, bounds, fillRect);
585
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect);
705
ControlPaint
.DrawBackgroundImage(g, item.BackgroundImage, item.BackColor, item.BackgroundImageLayout, fillRect, fillRect);
winforms\Managed\System\WinForms\TreeView.cs (1)
2844
ControlPaint
.DrawFocusRectangle(g, bounds, color, SystemColors.Highlight);
winforms\Managed\System\WinForms\UpDownBase.cs (3)
856
ControlPaint
.DrawBorder(e.Graphics, editBounds, SystemColors.Control, ButtonBorderStyle.Solid);
1721
ControlPaint
.DrawScrollButton(e.Graphics,
1726
ControlPaint
.DrawScrollButton(e.Graphics,
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
2147
ControlPaint
.DrawFocusRectangle(g, new Rectangle(1, 1, Size.Width - 2, Size.Height - 2));