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