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