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