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