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