22 references to Icon
System.Drawing (1)
commonui\System\Drawing\SystemIcons.cs (1)
190
_shield = new
Icon
(typeof(SystemIcons), "ShieldIcon.ico");
System.Web.Mobile (10)
UI\MobileControls\Design\ListGeneralPage.cs (1)
194
this.Icon = new
Icon
(
UI\MobileControls\Design\ListItemsPage.cs (1)
89
this.Icon = new
Icon
(
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
69
this.Icon = new
Icon
(
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
71
this.Icon = new
Icon
(
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
134
this.Icon = new
Icon
(
UI\MobileControls\Design\Util\GenericUI.cs (5)
30
new
Icon
(typeof(MobileControlDesigner), "SortDown.ico").ToBitmap();
33
new
Icon
(typeof(MobileControlDesigner), "SortUp.ico").ToBitmap();
36
new
Icon
(typeof(MobileControlDesigner), "Delete.ico").ToBitmap();
39
new
Icon
(typeof(MobileContainerDesigner), "Error.ico").ToBitmap();
42
new
Icon
(typeof(MobileContainerDesigner), "Info.ico").ToBitmap();
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
123
errorIco = new
Icon
(typeof(DataGridView), "IconInError.ico");
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
171
icon = new
Icon
(typeof(ComponentEditorPage), "ComponentEditorPage.ico");
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
584
defaultIcon = new
Icon
(typeof(ErrorProvider), "Error.ico");
winforms\Managed\System\WinForms\Form.cs (2)
1101
defaultIcon = new
Icon
(typeof(Form), "wfc.ico");
1135
defaultRestrictedIcon = new
Icon
(typeof(Form), "wfsecurity.ico");
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
326
Icon icon = new
Icon
(typeof(ToolStripMenuItem), iconName);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
405
var icon = new
Icon
(typeof(System.Windows.Forms.Form), iconName);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (4)
407
var globeIcon = new
Icon
(typeof(System.Windows.Forms.Form), "TrustManagerGlobe.ico");
652
var icon = new
Icon
(typeof(System.Windows.Forms.Form), "TrustManagerOK.ico");
664
var icon = new
Icon
(typeof(System.Windows.Forms.Form), "TrustManagerWarning.ico");
677
var icon = new
Icon
(typeof(System.Windows.Forms.Form), "TrustManagerHighRisk.ico");