2 writes to Image
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (1)
1402
private void ResetImage() =>
Image
= null;
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (1)
48
Image
= (up) ? UpImage : DownImage
7 references to Image
System.Windows.Forms (7)
System\Windows\Forms\Controls\Labels\Label.cs (3)
383
if (
Image
== value)
1250
ImageAnimator.UpdateFrames(
Image
);
1253
Image? i =
Image
;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
967
ImageAnimator.UpdateFrames(
Image
);
1148
if (
Image
is not { } image)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (2)
131
preferredSize.Height = (Label.
Image
is not null) ? Label.
Image
.Height + 4 : 0;