5 references to UseDefaultErrorImageState
System.Windows.Forms (5)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (5)
108_pictureBoxState = new BitVector32(UseDefaultErrorImageState | UseDefaultInitialImageState); 234if (_errorImage is null && _pictureBoxState[UseDefaultErrorImageState]) 253_pictureBoxState[UseDefaultErrorImageState] = false; 771_pictureBoxState[UseDefaultErrorImageState] = true; 804private bool ShouldSerializeErrorImage() => !_pictureBoxState[UseDefaultErrorImageState];