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