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