13 references to MaxValueOfPixelAttribute
System.Windows.Forms.DataVisualization (13)
Common\DataManager\DataSeries.cs (8)
657
if (pointDepth > CustomPropertyRegistry.
MaxValueOfPixelAttribute
)
659
throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.
MaxValueOfPixelAttribute
.ToString(CultureInfo.CurrentCulture))));
687
if (pointGapDepth > CustomPropertyRegistry.
MaxValueOfPixelAttribute
)
689
throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointGapDepth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.
MaxValueOfPixelAttribute
.ToString(CultureInfo.CurrentCulture))));
756
if (minPixelPointWidth > CustomPropertyRegistry.
MaxValueOfPixelAttribute
)
758
throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("MinPixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.
MaxValueOfPixelAttribute
.ToString(CultureInfo.CurrentCulture))));
811
if (pixelPointWidth > CustomPropertyRegistry.
MaxValueOfPixelAttribute
)
813
throw (new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange("PixelPointWidth", (0).ToString(CultureInfo.CurrentCulture), CustomPropertyRegistry.
MaxValueOfPixelAttribute
.ToString(CultureInfo.CurrentCulture))));
Common\Utilities\CustomAttributesRegistry.cs (5)
646
attrInfo.MaxValue = CustomPropertyRegistry.
MaxValueOfPixelAttribute
;
659
attrInfo.MaxValue = CustomPropertyRegistry.
MaxValueOfPixelAttribute
;
672
attrInfo.MaxValue = CustomPropertyRegistry.
MaxValueOfPixelAttribute
;
1148
attrInfo.MaxValue = CustomPropertyRegistry.
MaxValueOfPixelAttribute
;
1162
attrInfo.MaxValue = CustomPropertyRegistry.
MaxValueOfPixelAttribute
;