2 writes to currentlyAnimating
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PictureBox.cs (2)
1178this.currentlyAnimating = animate; 1184this.currentlyAnimating = animate;
1 reference to currentlyAnimating
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
1174if (animate != this.currentlyAnimating) {