1 write to _label
PresentationUI (1)
MS\Internal\Documents\SigningProgress.Designer.cs (1)
35_label = new System.Windows.Forms.Label();
7 references to _label
PresentationUI (7)
MS\Internal\Documents\SigningProgress.cs (1)
36_label.Text = message;
MS\Internal\Documents\SigningProgress.Designer.cs (6)
41_label.AutoSize = true; 42_label.Location = new System.Drawing.Point(20, 9); 43_label.Margin = new System.Windows.Forms.Padding(10); 44_label.Name = "label1"; 45_label.TabIndex = 0; 60Controls.Add(_label);