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