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