6 references to DrawTextInternal
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (4)
498
TextRenderer.
DrawTextInternal
(e, Control.Text, Control.Font, r, colors.ButtonShadow, formatFlags);
503
TextRenderer.
DrawTextInternal
(e, Control.Text, Control.Font, r, colors.Highlight, formatFlags);
506
TextRenderer.
DrawTextInternal
(e, Control.Text, Control.Font, r, colors.ButtonShadow, formatFlags);
511
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);