5 references to ClientToScreen
System.Windows.Forms (5)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1672UnsafeNativeMethods.ClientToScreen(new HandleRef(ParentCheckedListBox, ParentCheckedListBox.Handle), pt);
winforms\Managed\System\WinForms\ContainerControl.cs (1)
718UnsafeNativeMethods.ClientToScreen(new HandleRef(this, this.Handle), topLeftPoint);
winforms\Managed\System\WinForms\Form.cs (1)
5000UnsafeNativeMethods.ClientToScreen(new HandleRef(this, Handle), ptToSnap);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
791UnsafeNativeMethods.ClientToScreen(new HandleRef(this, Handle), pt);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1733UnsafeNativeMethods.ClientToScreen(new HandleRef(this, this.Handle), leftTop);