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