C# Class LinqTwit.Infrastructure.Behaviors.ControlBehaviors

Afficher le fichier Open project: ArildF/linqtwit

Méthodes publiques

Свойство Type Description
DragsWindowProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetDragsWindow ( System.Windows.Controls.RichTextBox obj ) : Window
SetDragsWindow ( Control control, Window value ) : void

Private Methods

Méthode Description
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.

Method Details

GetDragsWindow() public static méthode

public static GetDragsWindow ( System.Windows.Controls.RichTextBox obj ) : Window
obj System.Windows.Controls.RichTextBox
Résultat System.Windows.Window

SetDragsWindow() public static méthode

public static SetDragsWindow ( Control control, Window value ) : void
control System.Windows.Controls.Control
value System.Windows.Window
Résultat void

Property Details

DragsWindowProperty public_oe static_oe property

Description
public static DependencyProperty,System.Windows DragsWindowProperty
Résultat System.Windows.DependencyProperty