1 instantiation of EditorPartChrome
System.Web (1)
UI\WebParts\EditorZoneBase.cs (1)
277return new EditorPartChrome(this);
4 references to EditorPartChrome
System.Web (4)
UI\WebParts\EditorZoneBase.cs (4)
34private EditorPartChrome _editorPartChrome; 96public EditorPartChrome EditorPartChrome { 276protected virtual EditorPartChrome CreateEditorPartChrome() { 388EditorPartChrome chrome = EditorPartChrome;