'Declaration
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public MustInherit Class C1Behavior(Of T As FrameworkElement) Inherits Microsoft.Xaml.Behaviors.Behavior(Of T) Implements Microsoft.Xaml.Behaviors.IAttachedObject
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public abstract class C1Behavior<T> : Microsoft.Xaml.Behaviors.Behavior<T>, Microsoft.Xaml.Behaviors.IAttachedObject where T: FrameworkElement