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