6 references to PropCursor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
2045
Cursor cursor = (Cursor)Properties.GetObject(
PropCursor
);
2071
Cursor localCursor = (Cursor)Properties.GetObject(
PropCursor
);
2077
Properties.SetObject(
PropCursor
, value);
3835
bool checkCursor = !Properties.ContainsObject(
PropCursor
);
8364
if (Properties.GetObject(
PropCursor
) == null) {
12257
object cursor = Properties.GetObject(
PropCursor
, out found);