1 type derived from EditorZoneBase
System.Web (1)
UI\WebParts\EditorZone.cs (1)
22
public class EditorZone :
EditorZoneBase
{
7 references to EditorZoneBase
System.Web (7)
UI\WebParts\EditorPart.cs (4)
28
private
EditorZoneBase
_zone;
98
protected
EditorZoneBase
Zone {
231
SetZone((
EditorZoneBase
)o);
244
internal void SetZone(
EditorZoneBase
zone) {
UI\WebParts\EditorPartChrome.cs (3)
20
private
EditorZoneBase
_zone;
26
public EditorPartChrome(
EditorZoneBase
zone) {
33
protected
EditorZoneBase
Zone {