2 references to EnumValidator
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\OrderToken.cs (2)
46if (!EnumValidator.IsValid(precedence)) throw FxTrace.Exception.AsError(new ArgumentOutOfRangeException("precedence")); 47if (!EnumValidator.IsValid(conflictResolution)) throw FxTrace.Exception.AsError(new ArgumentOutOfRangeException("conflictResolution"));