Method IsInstanceOfType
IsInstanceOfType(DependencyObject)
Determines whether the specifed object is an instance of the current DependencyObjectType
public bool IsInstanceOfType(DependencyObject dependencyObject)
Parameters
dependencyObject
DependencyObjectThe object to compare with the current Type
Returns
- bool
true if the current DependencyObjectType is in the inheritance hierarchy of the object represented by the o parameter. false otherwise.