3 references to DataObject_EmptyFormatNotAllowed
PresentationCore (3)
System\Windows\DataFormat.cs (1)
22
throw new ArgumentException(SR.
DataObject_EmptyFormatNotAllowed
);
System\Windows\DataFormats.cs (1)
29
throw new ArgumentException(SR.
DataObject_EmptyFormatNotAllowed
);
System\Windows\DataObjectPastingEventArgs.cs (1)
55
throw new ArgumentException(SR.
DataObject_EmptyFormatNotAllowed
);