C# Class DemosBrowser.Behaviors.WindowsFormsHostBehavior

Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: VahidN/PdfReport

Public Properties

Property Type Description
BindableChildProperty System.Windows.DependencyProperty

Public Methods

Method Description
BindableChildPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetBindableChild ( DependencyObject obj ) : Control
SetBindableChild ( DependencyObject obj, Control value ) : void

Method Details

BindableChildPropertyChanged() public static method

public static BindableChildPropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
o System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

GetBindableChild() public static method

public static GetBindableChild ( DependencyObject obj ) : Control
obj System.Windows.DependencyObject
return System.Windows.Forms.Control

SetBindableChild() public static method

public static SetBindableChild ( DependencyObject obj, Control value ) : void
obj System.Windows.DependencyObject
value System.Windows.Forms.Control
return void

Property Details

BindableChildProperty public_oe static_oe property

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