8 writes to Cursor
System.Windows.Forms.Tests (8)
System\Windows\Forms\AmbientPropertiesTests.cs (2)
45Cursor = value 50property.Cursor = value;
System\Windows\Forms\ControlTests.Properties.cs (6)
10727Cursor = cursor1, 10743Cursor = cursor1, 10759Cursor = cursor2, 10901Cursor = cursor1, 10917Cursor = cursor1, 10933Cursor = cursor2,
4 references to Cursor
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1476: ParentInternal is { } parent ? parent.Cursor : AmbientPropertiesService?.Cursor ?? localDefault;
System.Windows.Forms.Tests (3)
System\Windows\Forms\AmbientPropertiesTests.cs (3)
19Assert.Null(property.Cursor); 47Assert.Equal(value, property.Cursor); 51Assert.Equal(value, property.Cursor);