C# Class withSIX.Play.Presentation.Wpf.Behaviors.SixWebControlBehavior

Inheritance: System.Windows.DependencyObject
Show file Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
EnableAutoHeightProperty System.Windows.DependencyProperty
EnableSixProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetEnableAutoHeight ( DependencyObject obj ) : bool
GetEnableSix ( DependencyObject obj ) : bool
OnEnableSixChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetEnableAutoHeight ( DependencyObject obj, bool value ) : void
SetEnableSix ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnConsoleMessage ( object sender, CefSharp.ConsoleMessageEventArgs e ) : void
OpenInSystemBrowser ( Uri targetURL ) : void
SetHeightFromDocument ( ChromiumWebBrowser webControl ) : void
WebControlOnInitialized ( object s, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
WebControlOnLoadingFrameComplete ( object sender, CefSharp.FrameLoadEndEventArgs frameLoadEndEventArgs ) : void

Method Details

GetEnableAutoHeight() public static method

public static GetEnableAutoHeight ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

GetEnableSix() public static method

public static GetEnableSix ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

OnEnableSixChanged() public static method

public static OnEnableSixChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
s System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetEnableAutoHeight() public static method

public static SetEnableAutoHeight ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

SetEnableSix() public static method

public static SetEnableSix ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

EnableAutoHeightProperty public static property

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

EnableSixProperty public static property

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