C# Class ICSharpCode.WpfDesign.XamlDom.TemplateHelper

Contains template related helper methods.
Show file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
GetFrameworkTemplate ( XmlElement xmlElement, XamlObject parentObject ) : System.Windows.FrameworkTemplate

Gets a FrameworkTemplate based on the specified parameters.

Private Methods

Method Description
GenerateStreamFromString ( string s ) : Stream

Method Details

GetFrameworkTemplate() public static method

Gets a FrameworkTemplate based on the specified parameters.
public static GetFrameworkTemplate ( XmlElement xmlElement, XamlObject parentObject ) : System.Windows.FrameworkTemplate
xmlElement System.Xml.XmlElement The xml element to get template xaml from.
parentObject XamlObject The to use as source for resources and contextual information.
return System.Windows.FrameworkTemplate