1 write to _requestLocationLabel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
44
_requestLocationLabel
= new System.Windows.Forms.Label();
8 references to _requestLocationLabel
PresentationUI (8)
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
133
_requestLocationLabel
.Text = SR.RequestSignatureDialogLocationLabel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (7)
102
_userInputTableLayoutPanel.Controls.Add(
_requestLocationLabel
, 0, 4);
160
_requestLocationLabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
161
_requestLocationLabel
.AutoSize = true;
162
_requestLocationLabel
.Location = new System.Drawing.Point(3, 109);
163
_requestLocationLabel
.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
164
_requestLocationLabel
.Name = "_requestLocationLabel";
165
_requestLocationLabel
.Size = new System.Drawing.Size(17, 13);