1 write to _buttonDone
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
35_buttonDone = new System.Windows.Forms.Button();
9 references to _buttonDone
PresentationUI (9)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
781_buttonDone.Text = SR.DigSigSumDone;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (8)
56_buttonDone.AutoSize = true; 57_buttonDone.Location = new System.Drawing.Point(247, 13); 58_buttonDone.Name = "_buttonDone"; 59_buttonDone.Size = new System.Drawing.Size(75, 23); 60_buttonDone.TabIndex = 2; 61_buttonDone.Click += new System.EventHandler(_buttonDone_Click); 86_flowpanelBottomControls.Controls.Add(_buttonDone); 206CancelButton = _buttonDone;