4 references to DrawStringDisabled
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
1137ControlPaint.DrawStringDisabled(
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlPaintTests.cs (3)
1967ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1970ControlPaint.DrawStringDisabled(graphics, s, font, color, layoutRectangle, format); 1977Assert.Throws<ArgumentNullException>("dc", () => ControlPaint.DrawStringDisabled(null, s, SystemFonts.MenuFont, Color.Red, new Rectangle(1, 2, 3, 4), TextFormatFlags.Default));