2 references to GetStockIcon
System.Drawing.Common.Tests (1)
System\Drawing\SystemIconsTests.cs (1)
43using Icon icon = SystemIcons.GetStockIcon(StockIconId.Lock, size: 256);
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
260using Icon icon = SystemIcons.GetStockIcon(stockIconId, _scaledPictureWidth);