System\Windows\Forms\Rendering\TextRenderer.cs (4)
309DrawTextInternal(hdc, text, font, bounds, foreColor, quality, backColor, flags);
337DrawTextInternal(graphicsHdc, text, font, bounds, foreColor, quality, backColor, flags);
341DrawTextInternal(hdc, text, font, bounds, foreColor, DefaultQuality, backColor, flags);
353=> DrawTextInternal(hdc, text, font, bounds, foreColor, fontQuality, Color.Empty, flags);