public static ElementCollection <Section> Sections(this IElementContainer elementContainer) { return(elementContainer.ElementsOfType <Section>()); }
internal sealed override ControlCollection <TControl> CreateControlCollection <TControl>(IElementContainer elementContainer) { var elementCollection = elementContainer.ElementsOfType <TElement>().Filter(ElementConstraint); return(ControlCollection <TControl> .CreateControlCollection(elementCollection)); }
public static ElementCollection <Fieldset> Fieldsets(this IElementContainer elementContainer) { return(elementContainer.ElementsOfType <Fieldset>()); }