'宣言 Public Overloads Shared Function IsDescendantOf( _ ByVal ancestor As DependencyObject, _ ByVal descendant As DependencyObject, _ ByVal preferLogicalTree As Boolean _ ) As Boolean
public static bool IsDescendantOf( DependencyObject ancestor, DependencyObject descendant, bool preferLogicalTree )