Share via


EditingContext Members

Include Protected Members
Include Inherited Members

Contains contextual state about a designer.

The EditingContext type exposes the following members.

Constructors

 

Name

Description

Public method

EditingContext

Initializes a new instance of the EditingContext class.

Top

Methods

 

Name

Description

Protected method

CreateContextItemManager

Creates an instance of the context item manager to be returned from the Items property.

Protected method

CreateServiceManager

Creates an instance of the service manager to be returned from the Services property.

Public method

Dispose

Overloaded. Releases the resources used by the EditingContext.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Finalizer that implements the IDisposable pattern. (Overrides Object.Finalize().)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Items

Gets the local collection of context items offered by this editing context.

Public property

Services

Gets the service manager for this editing context.

Top

Events

 

Name

Description

Public event

Disposing

Occurs when the Dispose method is called.

Top

See Also

Reference

EditingContext Class

Microsoft.Windows.Design Namespace