25 references to ValidateEnums
PresentationCore (25)
Core\CSharp\MS\Internal\Media\TextOptionsInternal.cs (1)
39
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsTextHintingModeValid));
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
278
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
Core\CSharp\System\Windows\Media\Generated\ArcSegment.cs (1)
339
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsSweepDirectionValid),
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (1)
488
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsGeometryCombineModeValid),
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (1)
537
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
Core\CSharp\System\Windows\Media\Generated\GradientBrush.cs (3)
322
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsColorInterpolationModeValid),
331
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
340
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsGradientSpreadMethodValid),
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (1)
329
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
Core\CSharp\System\Windows\Media\Generated\Pen.cs (4)
623
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
632
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
641
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
650
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineJoinValid),
Core\CSharp\System\Windows\Media\Generated\StreamGeometry.cs (1)
229
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
Core\CSharp\System\Windows\Media\Generated\TileBrush.cs (6)
448
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
457
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
484
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsStretchValid),
493
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsTileModeValid),
502
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsAlignmentXValid),
511
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsAlignmentYValid),
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
95
if (
ValidateEnums
.IsFillRuleValid(fillRule))
Core\CSharp\System\Windows\Media\RenderOptions.cs (4)
41
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsEdgeModeValid));
74
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBitmapScalingModeValid));
107
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsClearTypeHintValid));
141
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsCachingHintValid));