1 override of ChromeState
System.Web (1)
UI\WebParts\WebPart.cs (1)
244public override PartChromeState ChromeState {
3 references to ChromeState
System.Web (3)
UI\WebParts\CatalogPartChrome.cs (1)
129if (catalogPart.ChromeState != PartChromeState.Minimized) {
UI\WebParts\EditorPartChrome.cs (1)
101if (editorPart.ChromeState != PartChromeState.Minimized) {
UI\WebParts\EditorZoneBase.cs (1)
236if (editorPart.Display && editorPart.Visible && editorPart.ChromeState == PartChromeState.Normal) {