26 writes to FormBorderStyle
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Helpers\VBInputBox.vb (1)
73
FormBorderStyle
= FormBorderStyle.FixedDialog
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
150
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)
240
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)
459
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;
WinFormsControlsTest (2)
FormBorderStyles.cs (1)
29
FormBorderStyle
= (FormBorderStyle)currentBorderStyle;
RichTextBoxes.cs (1)
123
FormBorderStyle
= FormBorderStyle.FixedDialog,
11 references to FormBorderStyle
System.Windows.Forms (7)
System\Windows\Forms\Form.cs (6)
794
FormBorderStyle borderStyle =
FormBorderStyle
;
2897
FormBorderStyle borderStyle =
FormBorderStyle
;
3528
if (
FormBorderStyle
!= FormBorderStyle.None)
5241
FormBorderStyle borderStyle =
FormBorderStyle
;
5939
switch (
FormBorderStyle
)
6341
if ((
FormBorderStyle
== FormBorderStyle.FixedDialog && _formState[s_formStateIconSet] == 0) || !ShowIcon)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
172
get => base.
FormBorderStyle
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
95
Assert.Equal(FormBorderStyle.FixedDialog, control.
FormBorderStyle
);
System\Windows\Forms\FormTests.cs (1)
97
Assert.Equal(FormBorderStyle.Sizable, control.
FormBorderStyle
);
WinFormsControlsTest (2)
FormBorderStyles.cs (2)
17
lblFormBorderStyle.Text = $"Current border style: {
FormBorderStyle
}";
22
int currentBorderStyle = (int)
FormBorderStyle
;