8 references to InvalidValueType
PresentationCore (8)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (7)
780
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(System.Windows.Media.Color)), nameof(value));
788
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(int)), nameof(value));
796
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(DrawingFlags)), nameof(value));
845
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(bool)), nameof(value));
852
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(double)), nameof(value));
876
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(byte)), nameof(value));
889
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(byte[])), nameof(value));
System\Windows\Ink\DrawingAttributes.cs (1)
708
throw new ArgumentException(SR.Format(SR.
InvalidValueType
, typeof(Matrix)), nameof(propertyData));