6 references to ArgumentPropertyMustNotBeNull
PresentationFramework (6)
System\Windows\Application.cs (5)
352
throw new ArgumentException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
,"resourceLocator", "OriginalString"));
442
throw new ArgumentException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
,"resourceLocator", "OriginalString"));
579
throw new ArgumentException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
, "uriResource", "OriginalString"));
611
throw new ArgumentException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
, "uriContent", "OriginalString"));
640
throw new ArgumentException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
, "uriRemote", "OriginalString"));
System\Windows\Data\BindingExpression.cs (1)
212
throw new InvalidOperationException(SR.Format(SR.
ArgumentPropertyMustNotBeNull
, "Property", "args"));