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