25 references to ValidateEnums
PresentationCore (25)
MS\Internal\Media\TextOptionsInternal.cs (1)
31new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTextHintingModeValid));
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
248new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid),
System\Windows\Media\Generated\ArcSegment.cs (1)
314new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsSweepDirectionValid),
System\Windows\Media\Generated\CombinedGeometry.cs (1)
457new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGeometryCombineModeValid),
System\Windows\Media\Generated\GeometryGroup.cs (1)
500new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\GradientBrush.cs (3)
297new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsColorInterpolationModeValid), 306new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 315new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGradientSpreadMethodValid),
System\Windows\Media\Generated\PathGeometry.cs (1)
298new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\Pen.cs (4)
592new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 601new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 610new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 619new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineJoinValid),
System\Windows\Media\Generated\StreamGeometry.cs (1)
204new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\TileBrush.cs (6)
423new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 432new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 459new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsStretchValid), 468new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTileModeValid), 477new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentXValid), 486new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentYValid),
System\Windows\Media\PathGeometry.cs (1)
63if (ValidateEnums.IsFillRuleValid(fillRule))
System\Windows\Media\RenderOptions.cs (4)
35new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsEdgeModeValid)); 68new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBitmapScalingModeValid)); 101new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsClearTypeHintValid)); 135new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsCachingHintValid));