public static GetCoercedTransferPropertyValue ( DependencyObject baseObject, object baseValue, DependencyProperty baseProperty, DependencyObject parentObject, DependencyProperty parentProperty, DependencyObject grandParentObject, DependencyProperty grandParentProperty ) : object |
baseObject |
System.Windows.DependencyObject |
The target object which recieves the transferred property |
baseValue |
object |
The baseValue that was passed into the coercion delegate |
baseProperty |
System.Windows.DependencyProperty |
The property that is being coerced |
parentObject |
System.Windows.DependencyObject |
The object that contains the parentProperty |
parentProperty |
System.Windows.DependencyProperty |
A property who's value should be transfered (via coercion) to the baseObject if it has a higher precedence. |
grandParentObject |
System.Windows.DependencyObject |
Same as parentObject but evaluated at a lower presedece for a given BaseValueSource |
grandParentProperty |
System.Windows.DependencyProperty |
Same as parentProperty but evaluated at a lower presedece for a given BaseValueSource |
return |
object |
|