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)
246
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
System\Windows\Media\Generated\ArcSegment.cs (1)
305
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsSweepDirectionValid),
System\Windows\Media\Generated\CombinedGeometry.cs (1)
435
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsGeometryCombineModeValid),
System\Windows\Media\Generated\GeometryGroup.cs (1)
490
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
System\Windows\Media\Generated\GradientBrush.cs (3)
283
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsColorInterpolationModeValid),
292
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
301
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsGradientSpreadMethodValid),
System\Windows\Media\Generated\PathGeometry.cs (1)
285
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
System\Windows\Media\Generated\Pen.cs (4)
575
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
584
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
593
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineCapValid),
602
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsPenLineJoinValid),
System\Windows\Media\Generated\StreamGeometry.cs (1)
195
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsFillRuleValid),
System\Windows\Media\Generated\TileBrush.cs (6)
412
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
421
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsBrushMappingModeValid),
448
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsStretchValid),
457
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsTileModeValid),
466
new ValidateValueCallback(System.Windows.Media.
ValidateEnums
.IsAlignmentXValid),
475
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));