11 references to Location
System.Windows.Forms (8)
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1257if (Cursor == DefaultCursor && SplitterRectangle.Contains(e.Location)) 1315if (IsSplitterMovable && SplitterRectangle.Contains(e.Location)) {
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
1684Point pt = PointToScreen(mevent.Location);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1451if (!ClientRectangle.Contains(mea.Location)) { 1454if (OwnerItem.Bounds.Contains(WindowsFormsUtils.TranslatePoint(mea.Location, this, OwnerToolStrip))) {
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
155Point currentLocation = TranslatePoint(mea.Location, ToolStripPointType.ToolStripItemCoords, ToolStripPointType.ScreenCoords);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
514if (DropDownButtonBounds.Contains(e.Location)) { 543if (DropDownButtonBounds.Contains(e.Location)) {
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DocumentOutline.cs (2)
430if (this.treeView.GetNodeAt(e.Location) != null) 431this.treeView.SelectedNode = this.treeView.GetNodeAt(e.Location);
System.WorkflowServices (1)
System\Workflow\ComponentModel\Design\ActivityDesignerHighlighter.cs (1)
119Point scrollPosition = workflowView.ClientPointToLogical(e.Location);