Extension methods for tree validation.
public static class TreeValidatorExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.HasControl(Visual, String)Validates that the visual tree contains a control with the specified name.HasControlOfType<T>(Visual)Validates that the visual tree contains at least one control of the specified type.IsControlEnabled(Visual, String)Validates a named control exists and is enabled.IsControlVisible(Visual, String)Validates a named control exists and is visible.Validate(Visual)Creates a validator for the visual tree.