8 references to ClientToScreen
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
626PInvoke.ClientToScreen(this, ref pt);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2635PInvoke.ClientToScreen(this, ref clientTopLeft); 2956PInvoke.ClientToScreen(this, ref clientTopLeft);
System\Windows\Forms\Form.cs (1)
4412PInvoke.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);