1 write to IsReadOnly
PresentationFramework (1)
MS\Internal\Data\ParameterCollection.cs (1)
143
this.
IsReadOnly
= isReadOnly;
3 references to IsReadOnly
PresentationFramework (3)
MS\Internal\Data\ParameterCollection.cs (3)
46
return this.
IsReadOnly
;
124
return this.
IsReadOnly
;
169
if (this.
IsReadOnly
)