System\Windows\Forms\Rendering\ControlPaint.cs (3)
1426=> DrawFocusRectangle(graphics, rectangle, backColor, highContrast: false);
1429=> DrawFocusRectangle(graphics, rectangle, color, highContrast: true);
1432=> DrawFocusRectangle(graphics, rectangle, color, highContrast: false, blackAndWhite: true);