21 references to FixedDialog
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
284this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Web.Mobile (2)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
303this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
UI\MobileControls\Design\Util\GenericUI.cs (1)
48dialog.FormBorderStyle = FormBorderStyle.FixedDialog;
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
79FormBorderStyle = FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\Form.cs (4)
854case FormBorderStyle.FixedDialog: 3951case FormBorderStyle.FixedDialog: 6359case FormBorderStyle.FixedDialog: 6802if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState[FormStateIconSet] == 0 && !IsRestrictedWindow) || !ShowIcon) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
296this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
273FormBorderStyle = FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
339this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
366this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
216this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
80this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
107this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
343this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
290this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
306this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
905this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
WsatUI (2)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
132this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
MMCUI\TraceOptionsForm.designer.cs (1)
240this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;