1 write to currentDPILabel1
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
47this.currentDPILabel1 = new WinFormsControlsTest.CurrentDPILabel();
8 references to currentDPILabel1
WinFormsControlsTest (8)
ComboBoxes.Designer.cs (8)
238this.currentDPILabel1.AutoSize = true; 239this.currentDPILabel1.Location = new System.Drawing.Point(18, 173); 240this.currentDPILabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 241this.currentDPILabel1.Name = "currentDPILabel1"; 242this.currentDPILabel1.Size = new System.Drawing.Size(90, 13); 243this.currentDPILabel1.TabIndex = 15; 244this.currentDPILabel1.Text = "Current scaling is 100%"; 269this.Controls.Add(this.currentDPILabel1);