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