2 writes to Image
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (1)
1689Image = null;
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
47label.Image = (up) ? UpImage : DownImage;
8 references to Image
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Label.cs (4)
469if (Image != value) { 1172if (Image != null) { 1515ImageAnimator.UpdateFrames(this.Image); 1518Image i = this.Image;
winforms\Managed\System\WinForms\LinkLabel.cs (2)
1132ImageAnimator.UpdateFrames(this.Image); 1284Image i = this.Image;
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
153preferredSize.Height = (Label.Image != null) ? Label.Image.Height + 4 : 0;