DependencyObject Class
.NET Framework 4.5
Note: This API is now obsolete.
The base class for all objects that have dependency properties. This class must be inherited.
Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The DependencyObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DependencyObject | When implemented in a derived class, initializes a new instance of the DependencyObject class. |
| Name | Description | |
|---|---|---|
![]() | DesignMode | Gets the value that indicates whether this instance is in design or run-time mode. |
![]() | ParentDependencyObject | Gets the parent DependencyObject in the DependencyObject graph. |
![]() | Site | Gets or sets a reference to the Site component of the DependencyObject. |
![]() | UserData | Gets an IDictionary that associates custom data with this class instance. |
| Name | Description | |
|---|---|---|
![]() | AddHandler | Adds a handler for an event of a DependencyObject. |
![]() | Dispose() | Releases all the resources used by the DependencyObject. |
![]() | Dispose(Boolean) | Releases the unmanaged resources and optionally releases the managed resources used by DependencyObject. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Provided as an override to Object.Finalize to clean up any unmanaged resources deterministically. (Overrides Object.Finalize().) |
![]() | GetBinding | Provides access to the ActivityBind associated with the specific DependencyProperty. |
![]() | GetBoundValue | Retrieves the Object that is the subject of an ActivityBind. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInvocationList<T> | Gets an array that contains the delegates for the specified DependencyProperty. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Provides access to the value of the designated DependencyProperty. |
![]() | GetValueBase | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override. |
![]() | InitializeProperties | Performs initialization on dependency properties when overridden in a derived class. |
![]() | IsBindingSet | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MetaEquals | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject. |
![]() | RemoveHandler | Removes an EventHandler from an associated DependencyProperty. |
![]() | RemoveProperty | Removes a DependencyProperty from the DependencyObject. |
![]() | SetBinding | Sets the ActivityBind for the specified DependencyProperty. |
![]() | SetBoundValue | Sets the value of the target ActivityBind. |
![]() | SetReadOnlyPropertyValue | Sets the value of a DependencyProperty, which is read-only. |
![]() | SetValue | Sets the value of the DependencyProperty to the object. |
![]() | SetValueBase | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent.Disposed | Represents the method that handles the Disposed event of a component. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.Activities.ChannelToken
System.Workflow.Activities.ContextToken
System.Workflow.Activities.OperationInfoBase
System.Workflow.Activities.OperationParameterInfo
System.Workflow.Activities.Rules.RuleSetReference
System.Workflow.Activities.WorkflowServiceAttributes
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.ActivityCondition
System.Workflow.ComponentModel.WorkflowParameterBinding
System.Workflow.ComponentModel.WorkflowTransactionOptions
System.Workflow.Runtime.CorrelationToken
System.Workflow.ComponentModel.DependencyObject
System.Workflow.Activities.ChannelToken
System.Workflow.Activities.ContextToken
System.Workflow.Activities.OperationInfoBase
System.Workflow.Activities.OperationParameterInfo
System.Workflow.Activities.Rules.RuleSetReference
System.Workflow.Activities.WorkflowServiceAttributes
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.ActivityCondition
System.Workflow.ComponentModel.WorkflowParameterBinding
System.Workflow.ComponentModel.WorkflowTransactionOptions
System.Workflow.Runtime.CorrelationToken

