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)
23return _readOnly; 50bool isReadOnly = _readOnly; 68if (_readOnly) {