XAMLExtensions.

FindChildren<T>(DependencyObject) Method

Assembly
Comet.dll
Namespace
Comet.Extensions
Containing Type
XAMLExtensions

Syntax

public static IEnumerable<T> FindChildren<T>(this DependencyObject parent) 
    where T : DependencyObject

Attributes

Type Description
IteratorStateMachineAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
parent DependencyObject

Return Value

Type Description
IEnumerable<T>