16 references to FixedDialog
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 (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
732
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.
FixedDialog
;
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
272
FormBorderStyle = FormBorderStyle.
FixedDialog
;
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\Form.cs (3)
3596
case FormBorderStyle.
FixedDialog
:
5944
case FormBorderStyle.
FixedDialog
:
6341
if ((FormBorderStyle == FormBorderStyle.
FixedDialog
&& _formState[s_formStateIconSet] == 0) || !ShowIcon)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
286
FormBorderStyle = FormBorderStyle.
FixedDialog
;
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
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
95
Assert.Equal(FormBorderStyle.
FixedDialog
, control.FormBorderStyle);
WinFormsControlsTest (1)
RichTextBoxes.cs (1)
123
FormBorderStyle = FormBorderStyle.
FixedDialog
,