C# Class Zetbox.Client.WPF.CustomControls.PropertyEditor

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Focus ( ) : void

Méthodes protégées

Méthode Description
SetupFocusManagement ( FrameworkElement element, Func vmGetter ) : void

Use this method to *properly* implement Focusmanagement for .NET 4.0. This contains hacks to make that work, so nobody else has do pull his/her hair out.

Private Methods

Méthode Description
BlurViewModel ( FrameworkElement element ) : void
FocusViewModel ( FrameworkElement element, Func vmGetter ) : void
PropertyEditor ( ) : System
PropertyEditor_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

Focus() public méthode

public Focus ( ) : void
Résultat void

SetupFocusManagement() protected méthode

Use this method to *properly* implement Focusmanagement for .NET 4.0. This contains hacks to make that work, so nobody else has do pull his/her hair out.
protected SetupFocusManagement ( FrameworkElement element, Func vmGetter ) : void
element System.Windows.FrameworkElement the FrameworkElement whose keyboard focus should be managed
vmGetter Func a functor yielding the current BaseValueViewModel whose focus is tied to this view
Résultat void