4 writes to UseAnimation
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.ToolTip.cs (1)
36UseAnimation = false,
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolTipTests.cs (3)
585UseAnimation = value 590toolTip.UseAnimation = value; 594toolTip.UseAnimation = !value;
5 references to UseAnimation
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolTipTests.cs (5)
38Assert.True(toolTip.UseAnimation); 68Assert.True(toolTip.UseAnimation); 587Assert.Equal(value, toolTip.UseAnimation); 591Assert.Equal(value, toolTip.UseAnimation); 595Assert.Equal(!value, toolTip.UseAnimation);