C# Class withSIX.Play.Presentation.Wpf.Views.Controls.InPlaceEditor

Interaction logic for InPlaceEditor.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
IsEditableProperty System.Windows.DependencyProperty
IsEditingProperty System.Windows.DependencyProperty
TextBlockStyleProperty System.Windows.DependencyProperty
TextBoxStyleProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
EnterEditingMode ( ) : void
InPlaceEditor ( ) : System

Private Methods

Method Description
AddHandler ( ) : void
CustomControlIsMouseCapturedChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
EditTextBoxOnKeyUp ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
EditTextBox_OnLostFocus ( object sender, RoutedEventArgs e ) : void
ExitEditingMode ( ) : void
HandleClickOutsideOfControl ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnEditingChanged ( bool editing ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
SelectAllText ( TextBox tb ) : void
TextBlockMouseButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

EnterEditingMode() public method

public EnterEditingMode ( ) : void
return void

InPlaceEditor() public method

public InPlaceEditor ( ) : System
return System

Property Details

IsEditableProperty public static property

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

IsEditingProperty public static property

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

TextBlockStyleProperty public static property

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

TextBoxStyleProperty public static property

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

TextProperty public static property

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