12 references to FixedSingle
PresentationUI (9)
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
;
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
795
if (!ShowIcon && (borderStyle is FormBorderStyle.Sizable or FormBorderStyle.Fixed3D or FormBorderStyle.
FixedSingle
))
3586
case FormBorderStyle.
FixedSingle
:
5942
case FormBorderStyle.
FixedSingle
: