8 references to SystemIcons
System.Drawing (1)
System.Drawing.cs (1)
157
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
SystemIcons
))]
System.Drawing.Common (4)
System\Drawing\StockIconId.cs (1)
10
/// Icon identifiers for use with <see cref="
SystemIcons
.GetStockIcon(StockIconId, StockIconOptions)"/>.
System\Drawing\StockIconOptions.cs (1)
10
/// Options for use with <see cref="
SystemIcons
.GetStockIcon(StockIconId, StockIconOptions)"/>.
System\Drawing\SystemIcons.cs (2)
40
public static Icon Shield => s_shield ??= new Icon(typeof(
SystemIcons
), "ShieldIcon.ico");
54
/// Unlike the static icon properties in <see cref="
SystemIcons
"/>, this API returns icons that are themed
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);