C# Class CK.Plugins.ObjectExplorer.AutoExpand

Show file Open project: Invenietis/ck-certified

Public Properties

Property Type Description
IsEnabledProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsEnabled ( DependencyObject obj ) : bool
SetIsEnabled ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnIsEnabledChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelected ( object sender, RoutedEventArgs e ) : void
RealizeChildren ( ItemsControl container ) : void

Method Details

GetIsEnabled() public static method

public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsEnabled() public static method

public static SetIsEnabled ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsEnabledProperty public static property

public static DependencyProperty,System.Windows IsEnabledProperty
return System.Windows.DependencyProperty