14 writes to ErrorImage
System.Windows.Forms.Tests (14)
System\Windows\Forms\PictureBoxTests.cs (14)
318ErrorImage = value 324pictureBox.ErrorImage = value; 335ErrorImage = new Bitmap(10, 10) 338pictureBox.ErrorImage = value; 343pictureBox.ErrorImage = value; 355pictureBox.ErrorImage = value; 360pictureBox.ErrorImage = value; 371ErrorImage = new Bitmap(10, 10) 375pictureBox.ErrorImage = value; 380pictureBox.ErrorImage = value; 393pictureBox.ErrorImage = image; 410pictureBox.ErrorImage = image; 830ErrorImage = errorImage, 2045ErrorImage = errorImage,
26 references to ErrorImage
System.Windows.Forms (4)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (4)
252if (ErrorImage != value) 504InstallNewImage(ErrorImage, ImageInstallationType.ErrorOrInitial); 615Image? img = ErrorImage; 1122_image = ErrorImage;
System.Windows.Forms.Tests (22)
System\Windows\Forms\PictureBoxTests.cs (22)
65Assert.NotNull(control.ErrorImage); 66Assert.Same(control.ErrorImage, control.ErrorImage); 320Assert.Same(value, pictureBox.ErrorImage); 325Assert.Same(value, pictureBox.ErrorImage); 339Assert.Same(value, pictureBox.ErrorImage); 344Assert.Same(value, pictureBox.ErrorImage); 356Assert.Same(value, pictureBox.ErrorImage); 361Assert.Same(value, pictureBox.ErrorImage); 376Assert.Same(value, pictureBox.ErrorImage); 381Assert.Same(value, pictureBox.ErrorImage); 389PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(PictureBox))[nameof(PictureBox.ErrorImage)]; 397Assert.NotSame(image, pictureBox.ErrorImage); 406PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(PictureBox))[nameof(PictureBox.ErrorImage)]; 414Assert.NotSame(image, pictureBox.ErrorImage); 836Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 841Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 868Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 2051Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 2056Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 2083Assert.Same(pictureBox.ErrorImage, pictureBox.Image); 2581Assert.Same(pictureBox.ErrorImage, pictureBox.Image);