Example #1
0
 public int GetBaseValuePriority()
 {
     return(source.GetBaseValuePriority());
 }
 public static object GetBaseValue(this IDependencyPropertyValueEntry entry, bool flattened)
 {
     return(entry.GetValue(entry.GetBaseValuePriority(), flattened));
 }