C# 클래스 LinqTwit.Infrastructure.Behaviors.ControlBehaviors

파일 보기 프로젝트 열기: ArildF/linqtwit

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetDragsWindow ( System.Windows.Controls.RichTextBox obj ) : Window
SetDragsWindow ( Control control, Window value ) : void

비공개 메소드들

메소드 설명
ControlBehaviors ( ) : System
DragsWindowPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes on the DragsWindowProperty dependency property. As WPF internally uses the dependency property system and bypasses the DragsWindow property wrapper, updates should be handled here.

메소드 상세

GetDragsWindow() 공개 정적인 메소드

public static GetDragsWindow ( System.Windows.Controls.RichTextBox obj ) : Window
obj System.Windows.Controls.RichTextBox
리턴 System.Windows.Window

SetDragsWindow() 공개 정적인 메소드

public static SetDragsWindow ( Control control, Window value ) : void
control System.Windows.Controls.Control
value System.Windows.Window
리턴 void

프로퍼티 상세

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

Description
public static DependencyProperty,System.Windows DragsWindowProperty
리턴 System.Windows.DependencyProperty