6 writes to displayLocation
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (6)
1419
this.
displayLocation
= this.Location;
2050
this.
displayLocation
= control.PointToScreen(position);
2061
this.
displayLocation
= CalculateDropDownLocation(control.PointToScreen(position), direction).Location;
2080
this.
displayLocation
= screenLocation;
2085
this.
displayLocation
= CalculateDropDownLocation(position, direction).Location;
2094
this.
displayLocation
= new Point(x,y);
7 references to displayLocation
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (7)
1411
if (this.Location != this.
displayLocation
) {
1418
this.Location = this.
displayLocation
;
2051
this.Location = this.
displayLocation
;
2062
this.Location = this.
displayLocation
;
2081
this.Location = this.
displayLocation
;
2086
this.Location = this.
displayLocation
;
2095
this.Location = this.
displayLocation
;