21 writes to ShowInTaskbar
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
95_dialogWindow.ShowInTaskbar = false;
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
288this.ShowInTaskbar = false;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
94ShowInTaskbar = false;
System.Web.Mobile (2)
UI\MobileControls\Design\DesignerForm.cs (1)
73ShowInTaskbar = false;
UI\MobileControls\Design\Util\GenericUI.cs (1)
52dialog.ShowInTaskbar = false;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
82ShowInTaskbar = false;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1265base.ShowInTaskbar = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
300this.ShowInTaskbar = false;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5481this.ShowInTaskbar = false;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
221this.ShowInTaskbar = false;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
84this.ShowInTaskbar = false;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
112this.ShowInTaskbar = false;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
348this.ShowInTaskbar = false;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (2)
1090ShowInTaskbar = false; 1406ShowInTaskbar = false;
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
165this.ShowInTaskbar = false;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
294this.ShowInTaskbar = false;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
311this.ShowInTaskbar = false;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
910this.ShowInTaskbar = false;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
176this.ShowInTaskbar = false;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
137this.ShowInTaskbar = false;
4 references to ShowInTaskbar
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (3)
2281if (ShowInTaskbar != value) { 3695if (!ShowInTaskbar && OwnerInternal == null && TopLevel) { 6437if (!ShowInTaskbar) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1262return base.ShowInTaskbar;