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