7 writes to CurrentInternal
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1948Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\Control.cs (1)
13819Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\Cursor.cs (1)
215CurrentInternal = value;
winforms\Managed\System\WinForms\LinkLabel.cs (2)
1926Cursor.CurrentInternal = OverrideCursor; 1929Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\SplitContainer.cs (2)
2352Cursor.CurrentInternal = OverrideCursor; 2355Cursor.CurrentInternal = Cursor;
4 references to CurrentInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Cursor.cs (1)
209return CurrentInternal;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4611Cursor currentCursor = Cursor.CurrentInternal;
winforms\Managed\System\WinForms\ToolTip.cs (2)
1559Cursor currentCursor = Cursor.CurrentInternal; 2393Cursor currentCursor = Cursor.CurrentInternal;