Property | Type | Description | |
---|---|---|---|
CommandParameterProperty | |||
CommandProperty | |||
CommandTargetProperty | |||
MouseHoverEvent | System.Windows.RoutedEvent | ||
RootToolTipProperty |
Property | Type | Description | |
---|---|---|---|
AddCommand | void | ||
CanExecuteChanged | void | ||
CanToggleExpand | bool | ||
CanToggleHandler | void | ||
CommandChanged | void | ||
HookUpCommand | void | ||
InvalidateTreeMeasure | void | ||
MenuKillerItem | System | ||
MenuKillerItem_MouseEnter | void | ||
RemoveCommand | void | ||
SetOpacityRecursively | void | ||
ToggleCommandHandler | void | ||
ToggleExpand | void | ||
mCenterButton_Click | void | ||
mPanel_ChildArranged | void |
Method | Description | |
---|---|---|
AddMouseHoverHandler ( |
||
OnApplyTemplate ( ) : void | ||
RemoveMouseHoverHandler ( |
||
SetChildrenOpacity ( UIElement exception, double dOpacity ) : void |
Multiplies the opacity of all children with a given value, except for the center button and the 'exception'
|
Method | Description | |
---|---|---|
MeasureOverride ( |
||
OnRender ( System drawingContext ) : void |
Method | Description | |
---|---|---|
AddCommand ( ICommand oldCommand, ICommand newCommand ) : void | ||
CanExecuteChanged ( object sender, |
||
CanToggleExpand ( ) : bool | ||
CanToggleHandler ( object target, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void | ||
CommandChanged ( |
||
HookUpCommand ( ICommand oldCommand, ICommand newCommand ) : void | ||
InvalidateTreeMeasure ( ) : void | ||
MenuKillerItem ( ) : System | ||
MenuKillerItem_MouseEnter ( object o, System.Windows.Input.MouseEventArgs e ) : void | ||
RemoveCommand ( ICommand oldCommand, ICommand newCommand ) : void | ||
SetOpacityRecursively ( int iLevel ) : void | ||
ToggleCommandHandler ( object target, System.Windows.Input.ExecutedRoutedEventArgs e ) : void | ||
ToggleExpand ( ) : void | ||
mCenterButton_Click ( object sender, System e ) : void | ||
mPanel_ChildArranged ( object sender, UIElement child, double angle ) : void |
public static AddMouseHoverHandler ( |
||
o | ||
handler | RoutedEventHandler | |
return | void |
protected MeasureOverride ( |
||
constraint | ||
return |
protected OnRender ( System drawingContext ) : void | ||
drawingContext | System | |
return | void |
public static RemoveMouseHoverHandler ( |
||
o | ||
handler | RoutedEventHandler | |
return | void |
public SetChildrenOpacity ( UIElement exception, double dOpacity ) : void | ||
exception | UIElement | The item whose opacity is to be preserved. may be null. |
dOpacity | double | |
return | void |
public static DependencyProperty,System.Windows CommandParameterProperty | ||
return |
public static DependencyProperty,System.Windows CommandProperty | ||
return |
public static DependencyProperty,System.Windows CommandTargetProperty | ||
return |
public static RoutedEvent,System.Windows MouseHoverEvent | ||
return | System.Windows.RoutedEvent |