C# Class ExtensionsForOneDrive.Utilities.WebBrowserUtility

Show file Open project: riverar/ExtensionsForOneDrive

Public Properties

Property Type Description
BindableSourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
BindableSourcePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetBindableSource ( DependencyObject obj ) : string
SetBindableSource ( DependencyObject obj, string value ) : void

Method Details

BindableSourcePropertyChanged() public static method

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

GetBindableSource() public static method

public static GetBindableSource ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
return string

SetBindableSource() public static method

public static SetBindableSource ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
return void

Property Details

BindableSourceProperty public static property

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