3 references to ValidationCancelled
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1411
get => GetState(States.
ValidationCancelled
) || (ParentInternal is { } parent && parent.ValidationCancelled);
1412
set => SetState(States.
ValidationCancelled
, value);
11571
SetState(States.
ValidationCancelled
, false);