8 writes to ShowIcon
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
96_dialogWindow.ShowIcon = false;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
93ShowIcon = false;
System.Web.Mobile (1)
UI\MobileControls\Design\DesignerForm.cs (1)
72ShowIcon = false;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
147this.ShowIcon = false;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
164this.ShowIcon = false;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
175this.ShowIcon = false;
WsatUI (2)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
136this.ShowIcon = false;
MMCUI\TraceOptionsForm.designer.cs (1)
244this.ShowIcon = false;
2 references to ShowIcon
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1026if (!ShowIcon && 6802if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState[FormStateIconSet] == 0 && !IsRestrictedWindow) || !ShowIcon) {