C# Class Glass.Basics.Controls.EditableTextBlock.EditableTextBlock

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: SuperJMN/Glass

Méthodes publiques

Свойство Type Description
IsEditingProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
AreValidationsPassed bool
EditableTextBlock System.Windows
GetGeneratedParentElement System.Windows.DependencyObject
GetParentItemsControl System.Windows.Controls.ItemsControl
IsChildFromItemsControl bool
OnKeyDown void
OnPreviewMouseLeftButtonDown void
ParentWindowOnPreviewMouseDown void
TextBoxOnLostFocus void
TextBoxOnPreviewLostKeyboardFocus void
TryToExitEditMode void
TurnOffEditMode void
TurnOnEditMode void

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnVisualParentChanged ( DependencyObject oldParent ) : void

Private Methods

Méthode Description
AreValidationsPassed ( ) : bool
EditableTextBlock ( ) : System.Windows
GetGeneratedParentElement ( ItemsControl itemsControl ) : DependencyObject
GetParentItemsControl ( ) : ItemsControl
IsChildFromItemsControl ( ) : bool
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs keyEventArgs ) : void
OnPreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs ) : void
ParentWindowOnPreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs ) : void
TextBoxOnLostFocus ( object sender, RoutedEventArgs routedEventArgs ) : void
TextBoxOnPreviewLostKeyboardFocus ( object sender, System.Windows.Input.KeyboardFocusChangedEventArgs keyboardFocusChangedEventArgs ) : void
TryToExitEditMode ( ) : void
TurnOffEditMode ( ) : void
TurnOnEditMode ( ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnVisualParentChanged() protected méthode

protected OnVisualParentChanged ( DependencyObject oldParent ) : void
oldParent System.Windows.DependencyObject
Résultat void

Property Details

IsEditingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditingProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty