'Declaration Public Shared Sub GetAllDescendants(Of T As System.Windows.DependencyObject)( _ ByVal depObj As System.Windows.DependencyObject, _ ByRef allObjects As System.Collections.Generic.List(Of T) _ )
public static void GetAllDescendants<T>( System.Windows.DependencyObject depObj, ref System.Collections.Generic.List<T> allObjects ) where T: System.Windows.DependencyObject
public: static void GetAllDescendants<T>( System.Windows.DependencyObject* depObj, ref System.Collections.Generic.List<T*>* allObjects ) where T: System.Windows.DependencyObject
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2