5 references to DrawIcon
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (3)
2361
Assert.Throws<ArgumentNullException>(() => g.
DrawIcon
(null, 4, 2));
2369
g.
DrawIcon
(SystemIcons.Exclamation, 4, 2);
2370
g.
DrawIcon
(SystemIcons.Hand, 0, 0);
System\Drawing\GdiPlusHandlesTests.cs (1)
38
graphicsFromHdc.
DrawIcon
(ico, 100, 100);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2285
e.Graphics.
DrawIcon
(err, imageRect.X, imageRect.Y);