1 write to _signButton
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
48_signButton = new System.Windows.Forms.Button();
19 references to _signButton
PresentationUI (19)
MS\Internal\Documents\SigningDialog.cs (8)
50_signButton.Enabled = false; 56_signButton.Enabled = documentManager.CanSave; 130_signButton.Enabled = false; 136_signButton.Enabled = true; 149bool saveEnabled = _signButton.Enabled; 150_signButton.Enabled = false; 155_signButton.Enabled = saveEnabled; 243_signButton.Text = SR.SigningDialogSignButton;
MS\Internal\Documents\SigningDialog.Designer.cs (11)
182_buttonflowLayoutPanel.Controls.Add(_signButton); 209_signButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 211_signButton.AutoSize = true; 212_signButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 213_signButton.Enabled = false; 214_signButton.Location = new System.Drawing.Point(392, 8); 215_signButton.Name = "_signButton"; 216_signButton.Padding = new System.Windows.Forms.Padding(15, 0, 15, 0); 217_signButton.Size = new System.Drawing.Size(36, 6); 218_signButton.TabIndex = 3; 219_signButton.Click += new System.EventHandler(_signSaveButton_Click);