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)
558if (_supportedDisplayModes == null) { 563_supportedDisplayModes.Add(mode); 567_supportedDisplayModes.SetReadOnly(SR.WebPartManager_DisplayModesReadOnly); 569return _supportedDisplayModes;