8 references to InvalidValueType
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (7)
797
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(System.Windows.Media.Color)), "value");
805
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(int)), "value");
813
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(DrawingFlags)), "value");
862
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(bool)), "value");
869
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(double)), "value");
893
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(byte)), "value");
906
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(byte[])), "value");
System\Windows\Ink\DrawingAttributes.cs (1)
720
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(Matrix)), "propertyData");