C# Class Gu.Wpf.PropertyGrid.OneWayToSource.ProxyBinding

Inheritance: System.Windows.DependencyObject, IDisposable
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProxyBinding ( DependencyObject source, DependencyProperty sourceProperty, string targetProperty ) : System

Private Methods

Méthode Description
OnSourceProxyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ProxyBinding() public méthode

public ProxyBinding ( DependencyObject source, DependencyProperty sourceProperty, string targetProperty ) : System
source System.Windows.DependencyObject
sourceProperty System.Windows.DependencyProperty
targetProperty string
Résultat System