1 write to _supportedDisplayModes
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
559
_supportedDisplayModes
= new WebPartDisplayModeCollection();
4 references to _supportedDisplayModes
System.Web (4)
UI\WebParts\WebPartManager.cs (4)
558
if (
_supportedDisplayModes
== null) {
563
_supportedDisplayModes
.Add(mode);
567
_supportedDisplayModes
.SetReadOnly(SR.WebPartManager_DisplayModesReadOnly);
569
return
_supportedDisplayModes
;