12 references to FixedSingle
PresentationUI (9)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
167this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
222FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
210FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
216this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
126this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
189this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
376this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
212FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
261FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
795if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.FixedSingle)) 3586case FormBorderStyle.FixedSingle: 5942case FormBorderStyle.FixedSingle: