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)
587UseAnimation = value 592toolTip.UseAnimation = value; 596toolTip.UseAnimation = !value;
5 references to UseAnimation
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolTipTests.cs (5)
40Assert.True(toolTip.UseAnimation); 70Assert.True(toolTip.UseAnimation); 589Assert.Equal(value, toolTip.UseAnimation); 593Assert.Equal(value, toolTip.UseAnimation); 597Assert.Equal(!value, toolTip.UseAnimation);