7 references to ClientToScreen
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
603
PInvoke.
ClientToScreen
(this, ref pt);
System\Windows\Forms\Form.cs (1)
4415
PInvoke.
ClientToScreen
(this, ref pointToSnap);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
690
PInvoke.
ClientToScreen
(this, ref topLeftPoint);
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.cs (1)
40
PInvoke.
ClientToScreen
(palette, ref pt);
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
483
PInvoke.
ClientToScreen
(_behaviorService.AdornerWindowControl, ref mouseLocAbs);
548
PInvoke.
ClientToScreen
(_behaviorService.AdornerWindowControl, ref _lastMouseAbs);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.ClientToScreen.cs (1)
14
BOOL result =
ClientToScreen
(hWnd.Handle, ref lpPoint);