9 references to PartChromeStyle
System.Web (9)
UI\WebParts\CatalogPartChrome.cs (2)
52
style.CopyFrom(Zone.
PartChromeStyle
);
71
style.CopyFrom(Zone.
PartChromeStyle
);
UI\WebParts\EditorPartChrome.cs (2)
53
return Zone.
PartChromeStyle
;
60
style.CopyFrom(Zone.
PartChromeStyle
);
UI\WebParts\WebPartChrome.cs (4)
98
style.CopyFrom(Zone.
PartChromeStyle
);
162
_chromeStyleWithBorder = CreateChromeStyleWithBorder(Zone.
PartChromeStyle
);
168
_chromeStyleNoBorder = CreateChromeStyleNoBorder(Zone.
PartChromeStyle
);
261
Style partChromeStyle = Zone.
PartChromeStyle
;
UI\WebParts\WebZone.cs (1)
514
((IStateManager)
PartChromeStyle
).LoadViewState(myState[partChromeStyleIndex]);