25 references to ValidateEnums
PresentationCore (25)
MS\Internal\Media\TextOptionsInternal.cs (1)
32new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTextHintingModeValid));
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
251new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid),
System\Windows\Media\Generated\ArcSegment.cs (1)
317new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsSweepDirectionValid),
System\Windows\Media\Generated\CombinedGeometry.cs (1)
460new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGeometryCombineModeValid),
System\Windows\Media\Generated\GeometryGroup.cs (1)
503new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\GradientBrush.cs (3)
300new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsColorInterpolationModeValid), 309new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 318new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGradientSpreadMethodValid),
System\Windows\Media\Generated\PathGeometry.cs (1)
301new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\Pen.cs (4)
595new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 604new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 613new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 622new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineJoinValid),
System\Windows\Media\Generated\StreamGeometry.cs (1)
207new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\TileBrush.cs (6)
426new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 435new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 462new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsStretchValid), 471new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTileModeValid), 480new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentXValid), 489new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentYValid),
System\Windows\Media\PathGeometry.cs (1)
64if (ValidateEnums.IsFillRuleValid(fillRule))
System\Windows\Media\RenderOptions.cs (4)
36new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsEdgeModeValid)); 69new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBitmapScalingModeValid)); 102new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsClearTypeHintValid)); 136new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsCachingHintValid));