2 writes to Tag
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorTests.cs (2)
317Tag = value 322cursor.Tag = value;
11 references to Tag
System.Windows.Forms.Tests (11)
System\Windows\Forms\CursorConverterTests.cs (1)
44Assert.Null(cursor.Tag);
System\Windows\Forms\CursorsTests.cs (1)
59Assert.Null(cursor.Tag);
System\Windows\Forms\CursorTests.cs (9)
39Assert.Null(cursor.Tag); 49Assert.Null(cursor.Tag); 73Assert.Null(cursor.Tag); 124Assert.Null(cursor.Tag); 161Assert.Null(cursor.Tag); 237Assert.Null(cursor.Tag); 319Assert.Same(value, cursor.Tag); 323Assert.Same(value, cursor.Tag); 338Assert.Null(cursor.Tag);