1 write to IsReadOnly
PresentationFramework (1)
MS\Internal\Data\ParameterCollection.cs (1)
144
this.
IsReadOnly
= isReadOnly;
3 references to IsReadOnly
PresentationFramework (3)
MS\Internal\Data\ParameterCollection.cs (3)
47
return this.
IsReadOnly
;
125
return this.
IsReadOnly
;
170
if (this.
IsReadOnly
)