3 references to DrawStringDisabled
System.Windows.Forms (3)
winforms\Managed\System\WinForms\GroupBox.cs (1)
582ControlPaint.DrawStringDisabled(graphics, Text, Font, backColor, textRectangle, format);
winforms\Managed\System\WinForms\Label.cs (1)
1553ControlPaint.DrawStringDisabled(e.Graphics, Text, Font, color, face, stringFormat);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1250ControlPaint.DrawStringDisabled(e.Graphics, Text, Font, DisabledColor, ClientRectWithPadding, stringFormat);