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