C# Class MiniTwitter.Controls.TextViewer

TextViewer.xaml の相互作用ロジック
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: iyomumx/MiniTwitter-Mod

Public Properties

Property Type Description
EntitiesProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
TextTrimmingProperty System.Windows.DependencyProperty
TextWrappingProperty System.Windows.DependencyProperty

Public Methods

Method Description
TextViewer ( ) : System

Private Methods

Method Description
CacheImage ( string url, System.Windows.Documents.InlineUIContainer item ) : void
CacheUrl ( string url, Func uriFactory ) : void
CacheUrl ( string url, Uri>.Func uriFactory ) : void
CacheUrl ( string url, Uri uri ) : void
CacheUrl ( string shorturl, string url ) : void
CutScheme ( string url ) : string
EntitiesPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
GetImage ( string url ) : System.Windows.Documents.InlineUIContainer
GetImageControl ( Uri uri, string url ) : Inline
GetRedirect ( string url ) : string
GetUri ( string url ) : Uri
HashtagHyperlink_Click ( object sender, RoutedEventArgs e ) : void
HighlightKeywords ( string text ) : void
Hyperlink_Click ( object sender, RoutedEventArgs e ) : void
Hyperlink_ToolTipOpening ( object sender, System.Windows.Controls.ToolTipEventArgs e ) : void
Image_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
IsUrl ( string url ) : bool
OnTextChanged ( string text ) : void
ReadCache ( string shorturl ) : string
ShowPopup ( Uri uri, string url ) : void
TextPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UserHyperlink_Click ( object sender, RoutedEventArgs e ) : void

Method Details

TextViewer() public method

public TextViewer ( ) : System
return System

Property Details

EntitiesProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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

TextTrimmingProperty public_oe static_oe property

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

TextWrappingProperty public_oe static_oe property

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