5 references to UseDefaultErrorImageState
System.Windows.Forms (5)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (5)
109_pictureBoxState = new BitVector32(UseDefaultErrorImageState | UseDefaultInitialImageState); 236if (_errorImage is null && _pictureBoxState[UseDefaultErrorImageState]) 255_pictureBoxState[UseDefaultErrorImageState] = false; 773_pictureBoxState[UseDefaultErrorImageState] = true; 806private bool ShouldSerializeErrorImage() => !_pictureBoxState[UseDefaultErrorImageState];