1 write to _signerlabel
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
38
_signerlabel
= new System.Windows.Forms.Label();
9 references to _signerlabel
PresentationUI (9)
MS\Internal\Documents\SigningDialog.cs (2)
169
_signerlabel
.Text = String.Format(CultureInfo.CurrentCulture,
262
_signerlabel
.Font = new Font(System.Drawing.SystemFonts.DialogFont, System.Drawing.SystemFonts.DialogFont.Style | FontStyle.Bold);
MS\Internal\Documents\SigningDialog.Designer.cs (7)
76
_signatureControlInputLayoutTable.Controls.Add(
_signerlabel
, 0, 0);
108
_signerlabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
109
_signerlabel
.AutoSize = true;
110
_signerlabel
.Location = new System.Drawing.Point(3, 20);
111
_signerlabel
.Margin = new System.Windows.Forms.Padding(3, 10, 3, 20);
112
_signerlabel
.Name = "_signerlabel";
113
_signerlabel
.Size = new System.Drawing.Size(0, 0);