2 writes to Tag
System.Windows.Forms.Tests (2)
System\Windows\Forms\CursorTests.cs (2)
315Tag = value 320cursor.Tag = value;
11 references to Tag
System.Windows.Forms.Tests (11)
System\Windows\Forms\CursorConverterTests.cs (1)
42Assert.Null(cursor.Tag);
System\Windows\Forms\CursorsTests.cs (1)
57Assert.Null(cursor.Tag);
System\Windows\Forms\CursorTests.cs (9)
37Assert.Null(cursor.Tag); 47Assert.Null(cursor.Tag); 71Assert.Null(cursor.Tag); 122Assert.Null(cursor.Tag); 159Assert.Null(cursor.Tag); 235Assert.Null(cursor.Tag); 317Assert.Same(value, cursor.Tag); 321Assert.Same(value, cursor.Tag); 336Assert.Null(cursor.Tag);