6 references to NullPropertyIllegal
PresentationFramework (6)
System\Windows\Condition.cs (2)
193
throw new InvalidOperationException(SR.Format(SR.
NullPropertyIllegal
, "Property"));
206
throw new InvalidOperationException(SR.Format(SR.
NullPropertyIllegal
, "Binding"));
System\Windows\EventSetter.cs (2)
95
throw new ArgumentException(SR.Format(SR.
NullPropertyIllegal
, "EventSetter.Event"));
99
throw new ArgumentException(SR.Format(SR.
NullPropertyIllegal
, "EventSetter.Handler"));
System\Windows\Setter.cs (1)
90
throw new ArgumentException(SR.Format(SR.
NullPropertyIllegal
, "Setter.Property"));
System\Windows\Style.cs (1)
493
throw new InvalidOperationException(SR.Format(SR.
NullPropertyIllegal
, "TargetType"));