8 writes to Cursor
System.Windows.Forms.Tests (8)
System\Windows\Forms\AmbientPropertiesTests.cs (2)
43Cursor = value 48property.Cursor = value;
System\Windows\Forms\ControlTests.Properties.cs (6)
10725Cursor = cursor1, 10741Cursor = cursor1, 10757Cursor = cursor2, 10899Cursor = cursor1, 10915Cursor = cursor1, 10931Cursor = cursor2,
4 references to Cursor
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1477: ParentInternal is { } parent ? parent.Cursor : AmbientPropertiesService?.Cursor ?? localDefault;
System.Windows.Forms.Tests (3)
System\Windows\Forms\AmbientPropertiesTests.cs (3)
17Assert.Null(property.Cursor); 45Assert.Equal(value, property.Cursor); 49Assert.Equal(value, property.Cursor);