'宣言 Public Shared Function LogicalDescendantsOfType(Of T As FrameworkElement)( _ ByVal ele As FrameworkElement _ ) As IEnumerable(Of T)
public static IEnumerable<T> LogicalDescendantsOfType<T>( FrameworkElement ele ) where T: FrameworkElement
Extensions クラス Extensions メンバ