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

Inheritance: System.Windows.DependencyObject, IDisposable
Exibir arquivo Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Methods

Method Description
Dispose ( ) : void
ProxyBinding ( DependencyObject source, DependencyProperty sourceProperty, string targetProperty ) : System

Private Methods

Method Description
OnSourceProxyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ProxyBinding() public method

public ProxyBinding ( DependencyObject source, DependencyProperty sourceProperty, string targetProperty ) : System
source System.Windows.DependencyObject
sourceProperty System.Windows.DependencyProperty
targetProperty string
return System