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