C# Class JeffWilcox.Controls.WebXamlBlock

Inheritance: System.Windows.Controls.ContentControl
Show file Open project: jeffwilcox/thejeffwilcox Class Usage Examples

Public Properties

Property Type Description
FallbackContentProperty System.Windows.DependencyProperty
XamlUriProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
WebXamlBlock ( ) : System

Protected Methods

Method Description
OnContentChanged ( object oldContent, object newContent ) : void
OnContentReady ( ) : void

Private Methods

Method Description
OnDownloadStringCompleted ( object sender, JeffWilcox.FourthAndMayor.MyDownloadStringCompletedEventArgs e ) : void
OnError ( ) : void
OnXamlUriPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

XamlUriProperty property changed handler.

StopLoading ( ) : void
TryDownloading ( ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnContentChanged() protected method

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
return void

OnContentReady() protected method

protected OnContentReady ( ) : void
return void

WebXamlBlock() public method

public WebXamlBlock ( ) : System
return System

Property Details

FallbackContentProperty public static property

Identifies the FallbackContent dependency property.
public static DependencyProperty,System.Windows FallbackContentProperty
return System.Windows.DependencyProperty

XamlUriProperty public static property

Identifies the XamlUri dependency property.
public static DependencyProperty,System.Windows XamlUriProperty
return System.Windows.DependencyProperty