7 writes to ClipInternal
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Cursor.cs (1)
174ClipInternal = value;
winforms\Managed\System\WinForms\DataGrid.cs (4)
4902Cursor.ClipInternal = RectangleToScreen(clip); 5000Cursor.ClipInternal = Rectangle.Empty; 5106Cursor.ClipInternal = RectangleToScreen(clip); 5155Cursor.ClipInternal = Rectangle.Empty;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
3423Cursor.ClipInternal = RectangleToScreen(cursorClip); 25753Cursor.ClipInternal = Rectangle.Empty;
1 reference to ClipInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Cursor.cs (1)
167return ClipInternal;