Base:
4 references to ToString
System.Windows.Forms.Tests (4)
System\Windows\Forms\CursorsTests.cs (1)
81Assert.NotEqual("[Cursor: System.Windows.Forms.Cursor]", cursor.ToString());
System\Windows\Forms\CursorTests.cs (3)
496Assert.Equal("[Cursor: AppStarting]", cursor.ToString()); 503Assert.Equal("[Cursor: System.Windows.Forms.Cursor]", cursor.ToString()); 510_ = cursor.ToString();