1 write to _intentLabel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
46
_intentLabel
= new System.Windows.Forms.Label();
8 references to _intentLabel
PresentationUI (8)
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
128
_intentLabel
.Text = SR.RequestSignatureDialogIntentLabel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (7)
104
_userInputTableLayoutPanel.Controls.Add(
_intentLabel
, 0, 2);
178
_intentLabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
179
_intentLabel
.AutoSize = true;
180
_intentLabel
.Location = new System.Drawing.Point(3, 59);
181
_intentLabel
.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
182
_intentLabel
.Name = "_intentLabel";
183
_intentLabel
.Size = new System.Drawing.Size(17, 13);