1 write to IsReadOnly
PresentationFramework (1)
src\Framework\MS\Internal\Data\ParameterCollection.cs (1)
146this.IsReadOnly = isReadOnly;
3 references to IsReadOnly
PresentationFramework (3)
src\Framework\MS\Internal\Data\ParameterCollection.cs (3)
49return this.IsReadOnly; 127return this.IsReadOnly; 172if (this.IsReadOnly)