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