C# Class WebBrowserBehaviors, code

Mostrar archivo Open project: shendongnian/code

Public Properties

Property Type Description
BindableSourceProperty DependencyProperty,

Public Methods

Method Description
BindableSourcePropertyChanged ( DependencyObject, o, DependencyPropertyChangedEventArgs, e ) : void
GetBindableSource ( DependencyObject, obj ) : object
SetBindableSource ( DependencyObject, obj, object value ) : void

Method Details

BindableSourcePropertyChanged() public static method

public static BindableSourcePropertyChanged ( DependencyObject, o, DependencyPropertyChangedEventArgs, e ) : void
o DependencyObject,
e DependencyPropertyChangedEventArgs,
return void

GetBindableSource() public static method

public static GetBindableSource ( DependencyObject, obj ) : object
obj DependencyObject,
return object

SetBindableSource() public static method

public static SetBindableSource ( DependencyObject, obj, object value ) : void
obj DependencyObject,
value object
return void

Property Details

BindableSourceProperty public_oe static_oe property

public static DependencyProperty, BindableSourceProperty
return DependencyProperty,