5 writes to Icon
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
78Icon = (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)
252Icon = 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;
5 references to Icon
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.cs (1)
123DocumentProperties.Current.Image = this.Icon.ToBitmap();
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (3)
3411Icon? icon = Icon; 5961/// Indicates whether the <see cref="Icon"/> property should be persisted. 6451icon = Icon;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
188get => base.Icon;