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