25 references to ValidateEnums
PresentationCore (25)
MS\Internal\Media\TextOptionsInternal.cs (1)
36new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTextHintingModeValid));
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
271new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid),
System\Windows\Media\Generated\ArcSegment.cs (1)
333new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsSweepDirectionValid),
System\Windows\Media\Generated\CombinedGeometry.cs (1)
463new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGeometryCombineModeValid),
System\Windows\Media\Generated\GeometryGroup.cs (1)
516new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\GradientBrush.cs (3)
311new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsColorInterpolationModeValid), 320new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 329new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGradientSpreadMethodValid),
System\Windows\Media\Generated\PathGeometry.cs (1)
311new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\Pen.cs (4)
602new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 611new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 620new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 629new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineJoinValid),
System\Windows\Media\Generated\StreamGeometry.cs (1)
223new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\TileBrush.cs (6)
442new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 451new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 478new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsStretchValid), 487new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTileModeValid), 496new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentXValid), 505new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentYValid),
System\Windows\Media\PathGeometry.cs (1)
88if (ValidateEnums.IsFillRuleValid(fillRule))
System\Windows\Media\RenderOptions.cs (4)
40new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsEdgeModeValid)); 73new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBitmapScalingModeValid)); 106new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsClearTypeHintValid)); 140new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsCachingHintValid));