1 write to _requestSignerNameLabel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
43
_requestSignerNameLabel
= new System.Windows.Forms.Label();
8 references to _requestSignerNameLabel
PresentationUI (8)
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
131
_requestSignerNameLabel
.Text = SR.RequestSignatureDialogRequestSignerNameLabel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (7)
101
_userInputTableLayoutPanel.Controls.Add(
_requestSignerNameLabel
, 0, 0);
151
_requestSignerNameLabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
152
_requestSignerNameLabel
.AutoSize = true;
153
_requestSignerNameLabel
.Location = new System.Drawing.Point(3, 10);
154
_requestSignerNameLabel
.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
155
_requestSignerNameLabel
.Name = "_requestSignerNameLabel";
156
_requestSignerNameLabel
.Size = new System.Drawing.Size(17, 13);