6 writes to Icon
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
292this.Icon = null;
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GenericUI.cs (1)
49dialog.Icon = null;
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
83Icon = null;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
326base.Icon = value;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
277Icon = null;
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
45this.Icon = null;
4 references to Icon
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (3)
3700Icon icon = Icon; 6279/// <para>Indicates whether the <see cref='System.Windows.Forms.Form.Icon'/> property should be persisted.</para> 6806icon = Icon;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
323return base.Icon;