58 references to FormBorderStyle
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
74FormBorderStyle = FormBorderStyle.FixedDialog
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
152FormBorderStyle = FormBorderStyle.FixedDialog
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
732this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
167this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
222FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
210FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
216this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
126this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
189this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
376this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
212FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
261FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SigningProgress.Designer.cs (1)
63FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
System.Windows.Forms (39)
_generated\1\Validation.cs (2)
658public static void Validate(System.Windows.Forms.FormBorderStyle enumToValidate, string parameterName = "value") 662ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.FormBorderStyle));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
272FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
59FormBorderStyle = FormBorderStyle.None;
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
57FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
248FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Form.cs (32)
184Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 655[DefaultValue(FormBorderStyle.Sizable)] 658public FormBorderStyle FormBorderStyle 660get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 793FormBorderStyle borderStyle = FormBorderStyle; 794if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle)) 2960FormBorderStyle borderStyle = FormBorderStyle; 2961bool sizableBorder = (borderStyle is FormBorderStyle.SizableToolWindow 2962or FormBorderStyle.Sizable); 3582if (FormBorderStyle != FormBorderStyle.None) 3636switch ((FormBorderStyle)_formState[s_formStateBorderStyle]) 3638case FormBorderStyle.None: 3640case FormBorderStyle.FixedSingle: 3643case FormBorderStyle.Sizable: 3646case FormBorderStyle.Fixed3D: 3650case FormBorderStyle.FixedDialog: 3654case FormBorderStyle.FixedToolWindow: 3658case FormBorderStyle.SizableToolWindow: 5328FormBorderStyle borderStyle = FormBorderStyle; 5329if (borderStyle != FormBorderStyle.None 5330&& borderStyle != FormBorderStyle.FixedToolWindow 5331&& borderStyle != FormBorderStyle.SizableToolWindow 6056case FormBorderStyle.None: 6057case FormBorderStyle.FixedSingle: 6058case FormBorderStyle.Fixed3D: 6059case FormBorderStyle.FixedDialog: 6060case FormBorderStyle.FixedToolWindow: 6063case FormBorderStyle.Sizable: 6064case FormBorderStyle.SizableToolWindow: 6461if ((FormBorderStyle == FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
170public new FormBorderStyle FormBorderStyle
System.Windows.Forms.Design (6)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
286FormBorderStyle = FormBorderStyle.FixedDialog;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
25FormBorderStyle = FormBorderStyle.None;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
458FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
241FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
209FormBorderStyle = FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
283FormBorderStyle = FormBorderStyle.FixedDialog;