C# 클래스 DynamicXaml.InvokeContextExtensions

파일 보기 프로젝트 열기: flq/XamlTags

공개 메소드들

메소드 설명
NewBindSetterContext ( this ctx, DependencyProperty depProp ) : BindSetterContext
NormalizeToBuiltXaml ( this ctx, object>.Func rootObjectSelector ) : Maybe

메소드 상세

NewBindSetterContext() 공개 정적인 메소드

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

NormalizeToBuiltXaml() 공개 정적인 메소드

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