C1.WPF Namespace > Extensions Class : GetAllParents Method |
'Declaration
<ExtensionAttribute()> Public Shared Function GetAllParents( _ ByVal elem As FrameworkElement _ ) As IList(Of FrameworkElement)
'Usage
Dim elem As FrameworkElement Dim value As IList(Of FrameworkElement) value = Extensions.GetAllParents(elem)
[Extension()] public static IList<FrameworkElement> GetAllParents( FrameworkElement elem )
[Extension()] public: static IList<FrameworkElement^>^ GetAllParents( FrameworkElement^ elem )
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