25 references to ValidateEnums
PresentationCore (25)
MS\Internal\Media\TextOptionsInternal.cs (1)
32new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTextHintingModeValid));
System\Windows\Media\Effects\Generated\BitmapEffectInput.cs (1)
246new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid),
System\Windows\Media\Generated\ArcSegment.cs (1)
305new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsSweepDirectionValid),
System\Windows\Media\Generated\CombinedGeometry.cs (1)
435new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGeometryCombineModeValid),
System\Windows\Media\Generated\GeometryGroup.cs (1)
490new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\GradientBrush.cs (3)
283new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsColorInterpolationModeValid), 292new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 301new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsGradientSpreadMethodValid),
System\Windows\Media\Generated\PathGeometry.cs (1)
285new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\Pen.cs (4)
575new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 584new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 593new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineCapValid), 602new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsPenLineJoinValid),
System\Windows\Media\Generated\StreamGeometry.cs (1)
195new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsFillRuleValid),
System\Windows\Media\Generated\TileBrush.cs (6)
412new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 421new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBrushMappingModeValid), 448new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsStretchValid), 457new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsTileModeValid), 466new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentXValid), 475new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsAlignmentYValid),
System\Windows\Media\PathGeometry.cs (1)
64if (ValidateEnums.IsFillRuleValid(fillRule))
System\Windows\Media\RenderOptions.cs (4)
36new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsEdgeModeValid)); 69new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsBitmapScalingModeValid)); 102new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsClearTypeHintValid)); 136new ValidateValueCallback(System.Windows.Media.ValidateEnums.IsCachingHintValid));