C# 클래스 Gu.Wpf.PropertyGrid.OneWayToSource.ProxyBinding

상속: System.Windows.DependencyObject, IDisposable
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.PropertyGrid

공개 메소드들

메소드 설명
Dispose ( ) : void
ProxyBinding ( DependencyObject source, DependencyProperty sourceProperty, string targetProperty ) : System

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ProxyBinding() 공개 메소드

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