System.Waf.Presentation.ValidationHelper.GetIsValid C# (CSharp) Метод

GetIsValid() публичный статический Метод

Gets a value that indicates whether the object is valid.
public static GetIsValid ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The object to read the value from.
Результат bool
        public static bool GetIsValid(DependencyObject obj) { return (bool)obj.GetValue(IsValidProperty); }