3 references to DrawFocusRectangle
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1401=> DrawFocusRectangle(graphics, rectangle, backColor, highContrast: false); 1404=> DrawFocusRectangle(graphics, rectangle, color, highContrast: true); 1407=> DrawFocusRectangle(graphics, rectangle, color, highContrast: false, blackAndWhite: true);