C# Class FloydPink.Flickr.Downloadr.UI.Behaviors.HyperlinkBehavior

Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Properties

Property Type Description
IsExternalProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsExternal ( DependencyObject obj ) : bool
SetIsExternal ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
HyperlinkRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
OnIsExternalChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

GetIsExternal() public static method

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

SetIsExternal() public static method

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

Property Details

IsExternalProperty public_oe static_oe property

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