C# 클래스 WPF.JoshSmith.Data.DataContextSpy

When added to an element's Resources collection it's DataContext property references the containing element's DataContext. This enables DependencyObjects not in the element tree to bind to the tree's DataContext.
Documentation: http://www.codeproject.com/KB/WPF/ArtificialInheritanceCxt.aspx
상속: System.Windows.Freezable
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DataContextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
DataContextSpy ( ) : System

Initializes a new instance.

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

Do not invoke.

비공개 메소드들

메소드 설명
OnCoerceDataContext ( DependencyObject depObj, object value ) : object

메소드 상세

CreateInstanceCore() 보호된 메소드

Do not invoke.
protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

DataContextSpy() 공개 메소드

Initializes a new instance.
public DataContextSpy ( ) : System
리턴 System

프로퍼티 상세

DataContextProperty 공개적으로 정적으로 프로퍼티

Represents the DataContext property.
public static DependencyProperty,System.Windows DataContextProperty
리턴 System.Windows.DependencyProperty