73 references 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 (57)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
79FormBorderStyle = FormBorderStyle.FixedDialog;
winforms\Managed\System\WinForms\Form.cs (47)
279Debug.Assert(formState[FormStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 828DefaultValue(FormBorderStyle.Sizable), 832public FormBorderStyle FormBorderStyle { 834return(FormBorderStyle)formState[FormStateBorderStyle]; 841if (!ClientUtils.IsEnumValid(value, (int)value, (int)FormBorderStyle.None, (int)FormBorderStyle.SizableToolWindow)) 843throw new InvalidEnumArgumentException("value", (int)value, typeof(FormBorderStyle)); 849case FormBorderStyle.None: 850value = FormBorderStyle.FixedSingle; 852case FormBorderStyle.FixedSingle: 853case FormBorderStyle.Fixed3D: 854case FormBorderStyle.FixedDialog: 855case FormBorderStyle.Sizable: 859case FormBorderStyle.FixedToolWindow: 860value = FormBorderStyle.FixedSingle; 862case FormBorderStyle.SizableToolWindow: 863value = FormBorderStyle.Sizable; 866value = FormBorderStyle.Sizable; 1025FormBorderStyle borderStyle = FormBorderStyle; 1027(borderStyle == FormBorderStyle.Sizable || 1028borderStyle == FormBorderStyle.Fixed3D || 1029borderStyle == FormBorderStyle.FixedSingle)) 3234FormBorderStyle borderStyle = FormBorderStyle; 3235bool sizableBorder = (borderStyle == FormBorderStyle.SizableToolWindow 3236|| borderStyle == FormBorderStyle.Sizable); 3885if (FormBorderStyle != FormBorderStyle.None) { 3930switch ((FormBorderStyle)formState[FormStateBorderStyle]) { 3931case FormBorderStyle.None: 3938goto case FormBorderStyle.FixedSingle; 3941case FormBorderStyle.FixedSingle: 3944case FormBorderStyle.Sizable: 3947case FormBorderStyle.Fixed3D: 3951case FormBorderStyle.FixedDialog: 3955case FormBorderStyle.FixedToolWindow: 3959case FormBorderStyle.SizableToolWindow: 5912FormBorderStyle borderStyle = FormBorderStyle; 5913if (borderStyle != FormBorderStyle.None 5914&& borderStyle != FormBorderStyle.FixedToolWindow 5915&& borderStyle != FormBorderStyle.SizableToolWindow 6356case FormBorderStyle.None: 6357case FormBorderStyle.FixedSingle: 6358case FormBorderStyle.Fixed3D: 6359case FormBorderStyle.FixedDialog: 6360case FormBorderStyle.FixedToolWindow: 6363case FormBorderStyle.Sizable: 6364case FormBorderStyle.SizableToolWindow: 6802if ((FormBorderStyle == FormBorderStyle.FixedDialog && formState[FormStateIconSet] == 0 && !IsRestrictedWindow) || !ShowIcon) {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
288new public FormBorderStyle FormBorderStyle {
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\StatusBar.cs (3)
1113FormBorderStyle bs = ((Form)parent).FormBorderStyle; 1115if (bs != FormBorderStyle.Sizable 1116&& bs != FormBorderStyle.SizableToolWindow) {
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;