31 writes to MinValue
System.Windows.Forms.DataVisualization (31)
Common\Utilities\CustomAttributesRegistry.cs (31)
632
attrInfo.
MinValue
= 0f;
645
attrInfo.
MinValue
= 0;
658
attrInfo.
MinValue
= 0;
671
attrInfo.
MinValue
= 0;
785
attrInfo.
MinValue
= 0f;
798
attrInfo.
MinValue
= 0f;
846
attrInfo.
MinValue
= 0.0;
926
attrInfo.
MinValue
= 0;
953
attrInfo.
MinValue
= 0f;
967
attrInfo.
MinValue
= 0f;
992
attrInfo.
MinValue
= 10f;
1006
attrInfo.
MinValue
= 30f;
1034
attrInfo.
MinValue
= 0f;
1103
attrInfo.
MinValue
= 0f;
1147
attrInfo.
MinValue
= 0;
1161
attrInfo.
MinValue
= 0;
1287
attrInfo.
MinValue
= 0f;
1300
attrInfo.
MinValue
= 0f;
1413
attrInfo.
MinValue
= 0;
1426
attrInfo.
MinValue
= 0;
1488
attrInfo.
MinValue
= 0;
1528
attrInfo.
MinValue
= 0;
1568
attrInfo.
MinValue
= 0;
1623
attrInfo.
MinValue
= 0f;
1636
attrInfo.
MinValue
= 0f;
1649
attrInfo.
MinValue
= 0f;
1663
attrInfo.
MinValue
= -10f;
1676
attrInfo.
MinValue
= 0f;
1763
attrInfo.
MinValue
= 0f;
1777
attrInfo.
MinValue
= -10f;
1790
attrInfo.
MinValue
= 0f;
9 references to MinValue
System.Windows.Forms.DataVisualization (9)
Common\Converters\CustomAttributesConverters.cs (9)
771
if(this._customAttributeInfo.
MinValue
!= null)
773
if(value.GetType() != this._customAttributeInfo.
MinValue
.GetType())
780
if((float)value < (float)this._customAttributeInfo.
MinValue
)
787
if((double)value < (double)this._customAttributeInfo.
MinValue
)
794
if((int)value < (int)this._customAttributeInfo.
MinValue
)
808
if(this._customAttributeInfo.MaxValue != null && this._customAttributeInfo.
MinValue
!= null)
810
throw(new InvalidOperationException(SR.ExceptionCustomAttributeMustBeInRange(attrName, this._customAttributeInfo.
MinValue
.ToString(),this._customAttributeInfo.MaxValue.ToString() )));
812
else if(this._customAttributeInfo.
MinValue
!= null)
814
throw(new InvalidOperationException(SR.ExceptionCustomAttributeMustBeBiggerThenValue(attrName, this._customAttributeInfo.
MinValue
.ToString())));