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