1 write to _locationLabel
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
43
_locationLabel
= new System.Windows.Forms.Label();
9 references to _locationLabel
PresentationUI (9)
MS\Internal\Documents\SigningDialog.cs (2)
205
_locationLabel
.Enabled = false;
236
_locationLabel
.Text = SR.SigningDialogLocationLabel;
MS\Internal\Documents\SigningDialog.Designer.cs (7)
81
_signatureControlInputLayoutTable.Controls.Add(
_locationLabel
, 0, 3);
155
_locationLabel
.Anchor = System.Windows.Forms.AnchorStyles.Left;
156
_locationLabel
.AutoSize = true;
157
_locationLabel
.Location = new System.Drawing.Point(3, 77);
158
_locationLabel
.Margin = new System.Windows.Forms.Padding(3, 10, 3, 0);
159
_locationLabel
.Name = "_locationLabel";
160
_locationLabel
.Size = new System.Drawing.Size(0, 0);