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