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