C# Class withSIX.Core.Presentation.Wpf.Behaviors.TreeViewItemBehavior

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
IsBroughtIntoViewWhenSelectedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem ) : bool
SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem, bool value ) : void

Private Methods

Method Description
OnIsBroughtIntoViewWhenSelectedChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTreeViewItemSelected ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsBroughtIntoViewWhenSelected() public static method

public static GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem ) : bool
treeViewItem System.Windows.Controls.TreeViewItem
return bool

SetIsBroughtIntoViewWhenSelected() public static method

public static SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem, bool value ) : void
treeViewItem System.Windows.Controls.TreeViewItem
value bool
return void

Property Details

IsBroughtIntoViewWhenSelectedProperty public_oe static_oe property

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