C# Class DynamicXaml.InvokeContextExtensions

Afficher le fichier Open project: flq/XamlTags

Méthodes publiques

Méthode Description
NewBindSetterContext ( this ctx, DependencyProperty depProp ) : BindSetterContext
NormalizeToBuiltXaml ( this ctx, object>.Func rootObjectSelector ) : Maybe

Method Details

NewBindSetterContext() public static méthode

public static NewBindSetterContext ( this ctx, DependencyProperty depProp ) : BindSetterContext
ctx this
depProp System.Windows.DependencyProperty
Résultat BindSetterContext

NormalizeToBuiltXaml() public static méthode

public static NormalizeToBuiltXaml ( this ctx, object>.Func rootObjectSelector ) : Maybe
ctx this
rootObjectSelector object>.Func
Résultat Maybe