23 writes to FormBorderStyle
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
284this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
95FormBorderStyle = FormBorderStyle.Sizable;
System.Web.Mobile (2)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
303this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
UI\MobileControls\Design\Util\GenericUI.cs (1)
48dialog.FormBorderStyle = FormBorderStyle.FixedDialog;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
79FormBorderStyle = FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
293base.FormBorderStyle = value;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
296this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5486this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
273FormBorderStyle = FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
339this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
366this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
216this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
80this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
107this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
343this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.Workflow.ComponentModel (5)
AuthoringOM\Design\DesignerWidgets.cs (2)
1088FormBorderStyle = FormBorderStyle.None; 1404FormBorderStyle = FormBorderStyle.None;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
290this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
306this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
905this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
170this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
WsatUI (2)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
132this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
MMCUI\TraceOptionsForm.designer.cs (1)
240this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
8 references to FormBorderStyle
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (6)
1025FormBorderStyle borderStyle = FormBorderStyle; 3234FormBorderStyle borderStyle = FormBorderStyle; 3885if (FormBorderStyle != FormBorderStyle.None) { 5912FormBorderStyle borderStyle = FormBorderStyle; 6355switch (FormBorderStyle) { 6802if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState[FormStateIconSet] == 0 && !IsRestrictedWindow) || !ShowIcon) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
290return base.FormBorderStyle;
winforms\Managed\System\WinForms\StatusBar.cs (1)
1113FormBorderStyle bs = ((Form)parent).FormBorderStyle;