コード例 #1
0
 internal static bool IsValidChange(object value)
 {
     return(DependencyPropertyUtil.IsValidChange(typeof(TInterval), value));
 }
コード例 #2
0
 internal static bool IsValidSpace(object value)
 {
     return(DependencyPropertyUtil.IsValidChange(typeof(double), value));
 }