3 references to DrawTextInternal
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
509
TextRenderer.
DrawTextInternal
(e, Control.Text, Control.Font, r, color, formatFlags);
System\Windows\Forms\Controls\Labels\Label.cs (2)
1299
TextRenderer.
DrawTextInternal
(e, Text, Font, face, color, flags: flags);
1307
TextRenderer.
DrawTextInternal
(e, Text, Font, face, disabledTextForeColor, flags: flags);