10 references to DrawTextInternal
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1931
TextRenderer.
DrawTextInternal
(
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);