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