1 write to IsReadOnly
PresentationFramework (1)
MS\Internal\Data\ParameterCollection.cs (1)
142
this.
IsReadOnly
= isReadOnly;
3 references to IsReadOnly
PresentationFramework (3)
MS\Internal\Data\ParameterCollection.cs (3)
45
return this.
IsReadOnly
;
123
return this.
IsReadOnly
;
168
if (this.
IsReadOnly
)