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