11 references to Normal
System.Web (11)
UI\WebParts\EditorZoneBase.cs (1)
236
if (editorPart.Display && editorPart.Visible && editorPart.ChromeState == PartChromeState.
Normal
) {
UI\WebParts\ErrorWebPart.cs (1)
59
ChromeState = PartChromeState.
Normal
;
UI\WebParts\LayoutEditorPart.cs (1)
152
chromeStateConverter.ConvertToString(PartChromeState.
Normal
)));
UI\WebParts\Part.cs (3)
33
DefaultValue(PartChromeState.
Normal
),
40
return (o != null) ? (PartChromeState)o : PartChromeState.
Normal
;
43
if ((value < PartChromeState.
Normal
) || (value > PartChromeState.Minimized)) {
UI\WebParts\WebPart.cs (2)
81
_chromeState = PartChromeState.
Normal
;
249
if ((value < PartChromeState.
Normal
) || (value > PartChromeState.Minimized)) {
UI\WebParts\WebPartChrome.cs (1)
789
webPart.ChromeState == PartChromeState.
Normal
||
UI\WebParts\WebPartZoneBase.cs (2)
1012
if (webPart.ChromeState == PartChromeState.
Normal
&&
1483
webPart.ChromeState = PartChromeState.
Normal
;