4 types derived from EditorPart
System.Web (4)
UI\WebParts\AppearanceEditorPart.cs (1)
18
public sealed class AppearanceEditorPart :
EditorPart
{
UI\WebParts\BehaviorEditorPart.cs (1)
17
public sealed class BehaviorEditorPart :
EditorPart
{
UI\WebParts\LayoutEditorPart.cs (1)
17
public sealed class LayoutEditorPart :
EditorPart
{
UI\WebParts\PropertyGridEditorPart.cs (1)
22
public sealed class PropertyGridEditorPart :
EditorPart
{
20 references to EditorPart
System.Web (20)
UI\WebParts\EditorPartChrome.cs (4)
39
protected virtual Style CreateEditorPartChromeStyle(
EditorPart
editorPart, PartChromeType chromeType) {
81
public virtual void RenderEditorPart(HtmlTextWriter writer,
EditorPart
editorPart) {
131
protected virtual void RenderPartContents(HtmlTextWriter writer,
EditorPart
editorPart) {
144
private void RenderTitle(HtmlTextWriter writer,
EditorPart
editorPart) {
UI\WebParts\EditorPartCollection.cs (8)
26
public
EditorPart
this[int index] {
28
return (
EditorPart
) InnerList[index];
32
internal int Add(
EditorPart
value) {
36
public bool Contains(
EditorPart
editorPart) {
40
public void CopyTo(
EditorPart
[] array, int index) {
44
public int IndexOf(
EditorPart
editorPart) {
50
foreach (
EditorPart
existingEditorPart in existingEditorParts) {
62
if (!(obj is
EditorPart
)) {
UI\WebParts\EditorZone.cs (2)
38
EditorPart
part = control as
EditorPart
;
UI\WebParts\EditorZoneBase.cs (6)
123
foreach (
EditorPart
editorPart in editorParts) {
235
foreach (
EditorPart
editorPart in editorParts) {
243
foreach (
EditorPart
editorPart in editorParts) {
265
foreach (
EditorPart
editorPart in EditorParts) {
331
foreach (
EditorPart
editorPart in EditorParts) {
389
foreach (
EditorPart
editorPart in EditorParts) {