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