24 writes to FormBorderStyle
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
74
FormBorderStyle
= FormBorderStyle.FixedDialog
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
152
FormBorderStyle
= FormBorderStyle.FixedDialog
PresentationUI (11)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
732
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedDialog;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
167
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
222
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
210
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
216
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
126
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
189
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
376
this.
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
212
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
261
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SigningProgress.Designer.cs (1)
63
FormBorderStyle
= System.Windows.Forms.FormBorderStyle.FixedToolWindow;
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
272
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
59
FormBorderStyle
= FormBorderStyle.None;
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
57
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
248
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
173
set => base.
FormBorderStyle
= value;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
286
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
25
FormBorderStyle
= FormBorderStyle.None;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
458
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
241
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
209
FormBorderStyle
= FormBorderStyle.FixedDialog;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
283
FormBorderStyle
= FormBorderStyle.FixedDialog;
7 references to FormBorderStyle
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (6)
790
FormBorderStyle borderStyle =
FormBorderStyle
;
2957
FormBorderStyle borderStyle =
FormBorderStyle
;
3579
if (
FormBorderStyle
!= FormBorderStyle.None)
5312
FormBorderStyle borderStyle =
FormBorderStyle
;
6038
switch (
FormBorderStyle
)
6445
if ((
FormBorderStyle
== FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
172
get => base.
FormBorderStyle
;