C# Class RedditStoreApp.Helpers.HtmlToRtfConverter

Mostra file Open project: anroOfCode/reddit-w8-app

Public Properties

Property Type Description
HtmlProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetHtml ( DependencyObject obj ) : string
SetHtml ( DependencyObject obj, string value ) : void

Private Methods

Method Description
OnHtmlChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs eventArgs ) : void
ParseElement ( XmlElement element, ITextContainer parent ) : void

Method Details

GetHtml() public static method

public static GetHtml ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetHtml() public static method

public static SetHtml ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

HtmlProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HtmlProperty
return Windows.UI.Xaml.DependencyProperty