4 instantiations of WebPartDisplayModeCollection
System.Web (4)
UI\WebParts\ToolZone.cs (2)
44_associatedDisplayModes = new WebPartDisplayModeCollection(); 56_associatedDisplayModes = new WebPartDisplayModeCollection();
UI\WebParts\WebPartManager.cs (2)
559_supportedDisplayModes = new WebPartDisplayModeCollection(); 1854WebPartDisplayModeCollection displayModes = new WebPartDisplayModeCollection();
11 references to WebPartDisplayModeCollection
System.Web (11)
UI\WebParts\ToolZone.cs (3)
37private WebPartDisplayModeCollection _associatedDisplayModes; 65public WebPartDisplayModeCollection AssociatedDisplayModes { 74WebPartDisplayModeCollection associatedDisplayModes = AssociatedDisplayModes;
UI\WebParts\WebPartManager.cs (8)
83private WebPartDisplayModeCollection _displayModes; 84private WebPartDisplayModeCollection _supportedDisplayModes; 373public WebPartDisplayModeCollection DisplayModes { 556public WebPartDisplayModeCollection SupportedDisplayModes { 1853protected virtual WebPartDisplayModeCollection CreateDisplayModes() { 1854WebPartDisplayModeCollection displayModes = new WebPartDisplayModeCollection(); 3937WebPartDisplayModeCollection allDisplayModes = DisplayModes; 3938WebPartDisplayModeCollection supportedDisplayModes = SupportedDisplayModes;