1 write to txtPrint
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
37this.txtPrint = new System.Windows.Forms.TextBox();
8 references to txtPrint
Accessibility_Core_App (8)
PrintingControls.cs (1)
28e.Graphics.DrawString($"{txtPrint.Text} {_totalNumber}", font, brush, 50, currentY);
PrintingControls.Designer.cs (7)
82this.txtPrint.Location = new System.Drawing.Point(191, 7); 83this.txtPrint.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 84this.txtPrint.Name = "txtPrint"; 85this.txtPrint.Size = new System.Drawing.Size(213, 23); 86this.txtPrint.TabIndex = 1; 87this.txtPrint.Text = "This is the test message."; 168this.Controls.Add(this.txtPrint);