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