2 references to DrawText
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
396
/// versions of <see cref="
DrawText
(IDeviceContext, ReadOnlySpan{char}, Font, Point, Color)"/> and
System.Windows.Forms.Tests (1)
System\Windows\Forms\TextRendererTests.cs (1)
355
TextRenderer.
DrawText
(mockDeviceContext.Object, "text".AsSpan(), SystemFonts.MenuFont, Point.Empty, Color.Red);