16 references to DrawFocusRectangle
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonRenderer.cs (4)
129ControlPaint.DrawFocusRectangle(g, contentBounds); 182ControlPaint.DrawFocusRectangle(g, contentBounds); 209ControlPaint.DrawFocusRectangle(g, contentBounds); 253ControlPaint.DrawFocusRectangle(g, contentBounds);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (2)
168ControlPaint.DrawFocusRectangle(g, textBounds); 217ControlPaint.DrawFocusRectangle(g, textBounds);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17160ControlPaint.DrawFocusRectangle(g, this.GetGridFocusRectangle());
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
222ControlPaint.DrawFocusRectangle(g, focusRect);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2448ControlPaint.DrawFocusRectangle(g, new Rectangle(offset_2Units, offset_2Units, Size.Width - doubleOffset, Size.Height - doubleOffset));
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (2)
155ControlPaint.DrawFocusRectangle(g, textBounds); 204ControlPaint.DrawFocusRectangle(g, textBounds);
winforms\Managed\System\WinForms\TabRenderer.cs (4)
74ControlPaint.DrawFocusRectangle(g, contentBounds); 117ControlPaint.DrawFocusRectangle(g, contentBounds); 139ControlPaint.DrawFocusRectangle(g, contentBounds); 174ControlPaint.DrawFocusRectangle(g, contentBounds);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
2147ControlPaint.DrawFocusRectangle(g, new Rectangle(1, 1, Size.Width - 2, Size.Height - 2));