3 writes to _readOnly
System.Web (3)
UI\WebParts\WebPartDisplayModeCollection.cs (3)
52
_readOnly
= false;
59
_readOnly
= isReadOnly;
124
_readOnly
= true;
3 references to _readOnly
System.Web (3)
UI\WebParts\WebPartDisplayModeCollection.cs (3)
23
return
_readOnly
;
50
bool isReadOnly =
_readOnly
;
68
if (
_readOnly
) {