public static int GetMyValue(object view) { return((int)DependencyObjectExtensions.GetValue(view, MyValueProperty)); }
public static int GetRowSpan(View view) { return((int)DependencyObjectExtensions.GetValue(view, RowSpanProperty)); }