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)
93
ShowIcon
= false;
System.Web.Mobile (1)
UI\MobileControls\Design\DesignerForm.cs (1)
72
ShowIcon
= false;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
147
this.
ShowIcon
= false;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
164
this.
ShowIcon
= false;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
175
this.
ShowIcon
= false;
WsatUI (2)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
136
this.
ShowIcon
= false;
MMCUI\TraceOptionsForm.designer.cs (1)
244
this.
ShowIcon
= false;
2 references to ShowIcon
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1026
if (!
ShowIcon
&&
6802
if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState[FormStateIconSet] == 0 && !IsRestrictedWindow) || !
ShowIcon
) {