9 writes to Icon
DesignSurface (1)
MainForm.Designer.cs (1)
299this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
79Icon = (System.Drawing.Icon)Resources.DocumentApplication;
System.Windows.Forms (3)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
61Icon = null;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
244Icon = null;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
189set => base.Icon = value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
212Icon = null;
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (1)
1238control.Icon = Form.DefaultIcon;
System\Windows\Forms\MdiControlStripTests.cs (1)
332mdiChild.Icon = largeIcon;
WinFormsControlsTest (1)
Program.cs (1)
19Icon = SystemIcons.GetStockIcon(StockIconId.Shield, StockIconOptions.SmallIcon)
8 references to Icon
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
131DocumentProperties.Current.Image = this.Icon.ToBitmap();
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
3351Icon? icon = Icon; 5862/// Indicates whether the <see cref="Icon"/> property should be persisted. 6347icon = Icon;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
188get => base.Icon;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
102Assert.NotNull(control.Icon);
System\Windows\Forms\FormTests.cs (1)
104Assert.NotNull(control.Icon);
WinFormsControlsTest (1)
TaskDialogSamples.cs (1)
206Icon = new TaskDialogIcon(Icon),