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