C# Class MahTweets.TweetProcessors.TextProcessorEngine

Inheritance: ITextProcessorEngine
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
LinkClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SetupElementCaches ( FrameworkElement uie ) : void
ShortenVisualInlineUrl ( string expanded ) : string
WebSymbolHelper ( string character, string tooltip ) : InlineLink

Private Methods

Method Description
StartProcess ( string url ) : Task

Method Details

LinkClick() public method

public LinkClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

SetupElementCaches() public method

public SetupElementCaches ( FrameworkElement uie ) : void
uie System.Windows.FrameworkElement
return void

ShortenVisualInlineUrl() public method

public ShortenVisualInlineUrl ( string expanded ) : string
expanded string
return string

WebSymbolHelper() public method

public WebSymbolHelper ( string character, string tooltip ) : InlineLink
character string
tooltip string
return MahTweets.Core.Media.InlineLink