3 references to PropertyMustHaveValue
PresentationFramework (3)
System\Windows\Data\XmlNamespaceMapping.cs (2)
137
throw new InvalidOperationException(SR.Format(SR.
PropertyMustHaveValue
, "Prefix", this.GetType().Name));
141
throw new InvalidOperationException(SR.Format(SR.
PropertyMustHaveValue
, "Uri", this.GetType().Name));
System\Windows\TemplateKey.cs (1)
50
throw new InvalidOperationException(SR.Format(SR.
PropertyMustHaveValue
, "DataType", this.GetType().Name));