1 write to currentDPILabel1
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
45this.currentDPILabel1 = new WinFormsControlsTest.CurrentDPILabel();
9 references to currentDPILabel1
WinFormsControlsTest (9)
DataGridViewTest.cs (2)
46currentDPILabel1.Text = DeviceDpi.ToString(); 51currentDPILabel1.Text = DeviceDpi.ToString();
DataGridViewTest.Designer.cs (7)
137this.currentDPILabel1.AutoSize = true; 138this.currentDPILabel1.Location = new System.Drawing.Point(12, 174); 139this.currentDPILabel1.Name = "currentDPILabel1"; 140this.currentDPILabel1.Size = new System.Drawing.Size(116, 13); 141this.currentDPILabel1.TabIndex = 1; 142this.currentDPILabel1.Text = "Current scaling is 100%"; 213this.Controls.Add(this.currentDPILabel1);