Esempio n. 1
0
 internal static bool IsValidIntervalValue(object value)
 {
     return(DependencyPropertyUtil.IsValidValue(typeof(TInterval), value));
 }
Esempio n. 2
0
        internal static bool IsValidValue(object value)
        {
            bool res = DependencyPropertyUtil.IsValidValue(typeof(T), value);

            return(res);
        }