2 writes to CursorsProperty
System.Windows.Forms (2)
System\Windows\Forms\Input\Cursor.cs (2)
37
CursorsProperty
= cursorsProperty;
49
CursorsProperty
= cursorsProperty;
3 references to CursorsProperty
System.Windows.Forms (3)
System\Windows\Forms\Input\Cursor.cs (2)
451
throw
CursorsProperty
is null
468
public override string ToString() => $"[Cursor: {
CursorsProperty
?? base.ToString()}]";
System\Windows\Forms\Input\CursorConverter.cs (1)
89
if (cursor.
CursorsProperty
is string propertyName)