C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.CollapseSupportClasses.CollapseControl

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: chris-tomich/Glyma

Public Methods

Method Description
CollapseControl ( ) : System
ExpandNodes ( ChildrenControlCollection collection ) : void

Protected Methods

Method Description
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Method Description
AutoRealignIfInExplorerMode ( ) : void
CollapseNodes ( ChildrenControlCollection collection ) : void
MouseManagerOnLeftButtonDoubleClick ( object sender, MouseManagerEventArgs mouseManagerEventArgs ) : void
MouseManagerOnLeftButtonSingleClick ( object sender, MouseManagerEventArgs mouseManagerEventArgs ) : void
MouseManagerOnRightButtonDragReleased ( object sender, MouseManagerEventArgs e ) : void
OnButtonMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnButtonMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

CollapseControl() public method

public CollapseControl ( ) : System
return System

ExpandNodes() public method

public ExpandNodes ( ChildrenControlCollection collection ) : void
collection ChildrenControlCollection
return void

OnMouseEnter() protected method

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void