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