11 writes to ShowIcon
System.Windows.Forms (1)
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
142ShowIcon = false;
System.Windows.Forms.Design (10)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
291ShowIcon = false;
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
519ShowIcon = false;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
463ShowIcon = false;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
246ShowIcon = false;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
622ShowIcon = false;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
109ShowIcon = false;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
128ShowIcon = false;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
447ShowIcon = false;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
314ShowIcon = false;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
340ShowIcon = false;
3 references to ShowIcon
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
791if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle)) 6445if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon)
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
86private bool GetTargetWindowIconVisibility() => _target is not Form formTarget || formTarget.ShowIcon;