C# Class lageant.Utils.NavigationService

Class to make inline URLs clickable (UI).
ファイルを表示 Open project: bitbeans/lageant

Public Properties

Property Type Description
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetText ( DependencyObject d ) : string
SetText ( DependencyObject d, string value ) : void

Private Methods

Method Description
OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUrlClick ( object sender, RoutedEventArgs e ) : void

Method Details

GetText() public static method

public static GetText ( DependencyObject d ) : string
d System.Windows.DependencyObject
return string

SetText() public static method

public static SetText ( DependencyObject d, string value ) : void
d System.Windows.DependencyObject
value string
return void

Property Details

TextProperty public_oe static_oe property

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