1 write to _reasonLabel
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
40
_reasonLabel
= new System.Windows.Forms.Label();
8 references to _reasonLabel
PresentationUI (8)
MS\Internal\Documents\SigningDialog.cs (2)
203
_reasonLabel
.Enabled = false;
235
_reasonLabel
.Text = SR.SigningDialogReasonLabel;
MS\Internal\Documents\SigningDialog.Designer.cs (6)
78
_signatureControlInputLayoutTable.Controls.Add(
_reasonLabel
, 0, 1);
128
_reasonLabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
129
_reasonLabel
.AutoSize = true;
130
_reasonLabel
.Location = new System.Drawing.Point(3, 40);
131
_reasonLabel
.Name = "_reasonLabel";
132
_reasonLabel
.Size = new System.Drawing.Size(0, 0);