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