2 references to EmptyArrayNotAllowedAsArgument
PresentationCore (2)
System\Windows\Ink\IncrementalHitTester.cs (2)
41
throw new System.ArgumentException(SR.
EmptyArrayNotAllowedAsArgument
, nameof(points));
64
throw new System.ArgumentException(SR.
EmptyArrayNotAllowedAsArgument
, nameof(stylusPoints));