C# Class DynamicXaml.InvokeContextExtensions

ファイルを表示 Open project: flq/XamlTags

Public Methods

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

Method Details

NewBindSetterContext() public static method

public static NewBindSetterContext ( this ctx, DependencyProperty depProp ) : BindSetterContext
ctx this
depProp System.Windows.DependencyProperty
return BindSetterContext

NormalizeToBuiltXaml() public static method

public static NormalizeToBuiltXaml ( this ctx, object>.Func rootObjectSelector ) : Maybe
ctx this
rootObjectSelector object>.Func
return Maybe