3 references to PropertyIsInitializeOnly
PresentationFramework (3)
System\Windows\Data\XmlNamespaceMapping.cs (2)
46
throw new InvalidOperationException(SR.Format(SR.
PropertyIsInitializeOnly
, "Prefix", this.GetType().Name));
65
throw new InvalidOperationException(SR.Format(SR.
PropertyIsInitializeOnly
, "Uri", this.GetType().Name));
System\Windows\TemplateKey.cs (1)
69
throw new InvalidOperationException(SR.Format(SR.
PropertyIsInitializeOnly
, "DataType", this.GetType().Name));