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