9 references to DrawTextInternal
System.Windows.Forms (9)
System\Windows\Forms\Rendering\TextRenderer.cs (9)
150=> DrawTextInternal(dc, text, font, bounds, foreColor, Color.Empty); 167=> DrawTextInternal(dc, text, font, bounds, foreColor, Color.Empty); 176=> DrawTextInternal(dc, text, font, bounds, foreColor, backColor); 196=> DrawTextInternal(dc, text, font, bounds, foreColor, backColor); 205=> DrawTextInternal(dc, text, font, bounds, foreColor, Color.Empty, flags); 228=> DrawTextInternal( 245=> DrawTextInternal(dc, text, font, bounds, foreColor, backColor, flags); 270=> DrawTextInternal( 287=> DrawTextInternal(dc, text, font, new Rectangle(pt, MaxSize), foreColor, backColor, flags);