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