4 references to PropertyIsImmutable
PresentationFramework (4)
System\Windows\Application.cs (1)
1095throw new InvalidOperationException(SR.Format(SR.PropertyIsImmutable, "ResourceAssembly", "Application"));
System\Windows\Data\XmlNamespaceMapping.cs (2)
48throw new InvalidOperationException(SR.Format(SR.PropertyIsImmutable, "Prefix", this.GetType().Name)); 67throw new InvalidOperationException(SR.Format(SR.PropertyIsImmutable, "Uri", this.GetType().Name));
System\Windows\TemplateKey.cs (1)
71throw new InvalidOperationException(SR.Format(SR.PropertyIsImmutable, "DataType", this.GetType().Name));