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