C# Class MundlTransit.WP8.Common.BindableRuns

Exibir arquivo Open project: christophwille/viennarealtime

Public Properties

Property Type Description
TargetProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetTarget ( DependencyObject obj ) : object
SetTarget ( DependencyObject obj, object value ) : void

Private Methods

Method Description
AddHandler ( INotifyPropertyChanged dataContext, System.Windows.Controls.TextBlock textBlock ) : void
InitializeRuns ( System.Windows.Controls.TextBlock textBlock, object dataContext ) : void
RemoveHandler ( INotifyPropertyChanged dataContext ) : void
TargetPropertyPropertyChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetTarget() public static method

public static GetTarget ( DependencyObject obj ) : object
obj System.Windows.DependencyObject
return object

SetTarget() public static method

public static SetTarget ( DependencyObject obj, object value ) : void
obj System.Windows.DependencyObject
value object
return void

Property Details

TargetProperty public_oe static_oe property

public static DependencyProperty,System.Windows TargetProperty
return System.Windows.DependencyProperty