1 write to _chromeType
System.Web (1)
UI\WebParts\AppearanceEditorPart.cs (1)
183
_chromeType
= new DropDownList();
10 references to _chromeType
System.Web (10)
UI\WebParts\AppearanceEditorPart.cs (10)
83
webPart.ChromeType = (PartChromeType)chromeTypeConverter.ConvertFromString(
_chromeType
.SelectedValue);
184
_chromeType
.Items.Add(new ListItem(SR.GetString(SR.PartChromeType_Default),
186
_chromeType
.Items.Add(new ListItem(SR.GetString(SR.PartChromeType_TitleAndBorder),
188
_chromeType
.Items.Add(new ListItem(SR.GetString(SR.PartChromeType_TitleOnly),
190
_chromeType
.Items.Add(new ListItem(SR.GetString(SR.PartChromeType_BorderOnly),
192
_chromeType
.Items.Add(new ListItem(SR.GetString(SR.PartChromeType_None),
194
controls.Add(
_chromeType
);
250
_chromeType
,
281
_chromeType
.SelectedValue = chromeTypeConverter.ConvertToString(webPart.ChromeType);
282
_chromeType
.Enabled = allowLayoutChange;