4 references to SystemIcons
System.Drawing (1)
System.Drawing.cs (1)
157
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
SystemIcons
))]
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
58
_pictureBox.Image =
SystemIcons
.Warning.ToBitmap();
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
260
using Icon icon =
SystemIcons
.GetStockIcon(stockIconId, _scaledPictureWidth);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2298
using Icon err =
SystemIcons
.GetStockIcon(StockIconId.Error);