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