The GwxDependencyObject type exposes the following members.

Methods

  NameDescription
Public methodAddDynamic(Type)
Adds a new GwxDynamic derived object of the specified Type to this object.
Public methodAddDynamic(GwxDynamic)
Adds the specified GwxDynamic object to this object, if allowed.
Public methodEquals
Determines whether the specified Object is equal to the current GwxDependencyObject.
(Overrides Object..::..Equals(Object).)
Public methodStatic memberFromDependencyObject
Gets a GwxDependencyObject for the specified DependencyObject.
Public methodGetDataSources
Gets a collection of all of the datasources used in this object (and its descendants).
Public methodGetDynamicGroup
Gets the GwxDynamicGroup()()()() associated with this GwxDependencyObject, if there is one.
Public methodGetHashCode
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasParentDependencyObject
Tests if this instance has a parent GwxDependencyObject.
Public methodIsDynamic
Tests if this object has one or more dynamic animations associated with it.
Public methodRemoveDynamics
Removes the specified collection of GwxDynamic objects from this object.
Public methodReplace
Performs a find/replace operation on this object, and all of its decendants (if it has any descendants).
Public methodReplaceHost
Performs a find/replace operation for host names. The find/replace operation is performed on this object and all of its decendants (if it has any descendants). This method only searches properties that may be DataSources and/or FileNames.
Public methodToDependencyObject
Gets the DependencyObject that this object wraps.
Public methodToString
Gets a string representation for this type of GwxDependencyObject.
(Overrides Object..::..ToString()()()().)

See Also