10 references to RectangleToClient
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
868
bounds =
RectangleToClient
(activeControl.ParentInternal.RectangleToScreen(bounds));
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
864
Rectangle rect = screenCoords ? Control.
RectangleToClient
(value) : value;
1964
_mouseDragOffset = Control.
RectangleToClient
(_mouseDragOffset);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (2)
346
_region.Intersect(_selUIsvc.
RectangleToClient
(handlerClip));
513
_innerRect = _selUIsvc.
RectangleToClient
(_innerRect);
System\Windows\Forms\Design\TabOrder.cs (1)
348
convertedBounds =
RectangleToClient
(convertedBounds);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarHeaderAccessibleObjectTests.cs (1)
53
Rectangle actualInClientCoordinates = control.
RectangleToClient
(actual);
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarNextButtonAccessibleObjectTests.cs (1)
37
Rectangle actualInClientCoordinates = control.
RectangleToClient
(actual);
System\Windows\Forms\AccessibleObjects\Panel.PanelAccessibleObjectTests.cs (1)
151
Assert.Equal(expected, panel.
RectangleToClient
(panelAccessibleObject.Bounds));
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (1)
132
Rectangle gridViewBounds = propertyGrid.
RectangleToClient
(accessibleObject.Bounds);