9 references to EventArgIsNull
PresentationCore (9)
System\Windows\Ink\DrawingAttributes.cs (2)
602throw new ArgumentNullException("e", SR.EventArgIsNull); 631throw new ArgumentNullException("e", SR.EventArgIsNull);
System\Windows\Ink\Stroke.cs (5)
602throw new ArgumentNullException("e", SR.EventArgIsNull); 633throw new ArgumentNullException("e", SR.EventArgIsNull); 648throw new ArgumentNullException("e", SR.EventArgIsNull); 665throw new ArgumentNullException("e", SR.EventArgIsNull); 683throw new ArgumentNullException("e", SR.EventArgIsNull);
System\Windows\Ink\StrokeCollection.cs (2)
636throw new ArgumentNullException("e", SR.EventArgIsNull); 693throw new ArgumentNullException("e", SR.EventArgIsNull);