3 references to Information
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (1)
2385
g.DrawIconUnstretched(SystemIcons.
Information
, new Rectangle(0, 0, 40, 20));
System\Drawing\SystemIconsTests.cs (1)
15
yield return Icon(() => SystemIcons.
Information
);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewImageColumnTests.cs (1)
103
using Icon icon = SystemIcons.
Information
;