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