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