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