1 write to SaveFileDialog
Accessibility_Core_App (1)
DialogControls.Designer.cs (1)
33this.SaveFileDialog = new System.Windows.Forms.Button();
9 references to SaveFileDialog
Accessibility_Core_App (9)
DialogControls.Designer.cs (9)
71this.SaveFileDialog.Location = new System.Drawing.Point(42, 181); 72this.SaveFileDialog.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 73this.SaveFileDialog.Name = "SaveFileDialog"; 74this.SaveFileDialog.Size = new System.Drawing.Size(114, 27); 75this.SaveFileDialog.TabIndex = 3; 76this.SaveFileDialog.Text = "SaveFileDialog"; 77this.SaveFileDialog.UseVisualStyleBackColor = true; 78this.SaveFileDialog.Click += this.SaveFileDialog_Click; 85this.Controls.Add(this.SaveFileDialog);