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