C# Class Mojo.Wpf.View.ViewerContext

Interaction logic for ViewerContext.xaml
Mostrar archivo Open project: Rhoana/Mojo

Public Properties

Property Type Description
ViewerProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnManipulationDelta ( object sender, System e ) : void
OnManipulationInertiaStarting ( object sender, System e ) : void
OnManipulationStarting ( object sender, System e ) : void
OnMouseClick ( System e, int width, int height ) : void
OnMouseDoubleClick ( System e, int width, int height ) : void
OnMouseDown ( System e, int width, int height ) : void
OnMouseMove ( System e, int width, int height ) : void
OnMouseUp ( System e, int width, int height ) : void
OnMouseWheel ( System e, int width, int height ) : void
ViewerContext ( ) : System.Windows

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
AquireKeyboardFocusAndLogicalFocus ( ) : void
LoadedHandler ( object sender, RoutedEventArgs e ) : void
SetSize ( Size oldSize, Size newSize ) : void
SizeChangedHandler ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UnloadedHandler ( object sender, RoutedEventArgs e ) : void

Method Details

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnManipulationDelta() public method

public OnManipulationDelta ( object sender, System e ) : void
sender object
e System
return void

OnManipulationInertiaStarting() public method

public OnManipulationInertiaStarting ( object sender, System e ) : void
sender object
e System
return void

OnManipulationStarting() public method

public OnManipulationStarting ( object sender, System e ) : void
sender object
e System
return void

OnMouseClick() public method

public OnMouseClick ( System e, int width, int height ) : void
e System
width int
height int
return void

OnMouseDoubleClick() public method

public OnMouseDoubleClick ( System e, int width, int height ) : void
e System
width int
height int
return void

OnMouseDown() public method

public OnMouseDown ( System e, int width, int height ) : void
e System
width int
height int
return void

OnMouseMove() public method

public OnMouseMove ( System e, int width, int height ) : void
e System
width int
height int
return void

OnMouseUp() public method

public OnMouseUp ( System e, int width, int height ) : void
e System
width int
height int
return void

OnMouseWheel() public method

public OnMouseWheel ( System e, int width, int height ) : void
e System
width int
height int
return void

ViewerContext() public method

public ViewerContext ( ) : System.Windows
return System.Windows

Property Details

ViewerProperty public_oe static_oe property

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