C# Class ICSharpCode.WpfDesign.XamlDom.TemplateHelper

Contains template related helper methods.
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Méthode Description
GetFrameworkTemplate ( XmlElement xmlElement, XamlObject parentObject ) : System.Windows.FrameworkTemplate

Gets a FrameworkTemplate based on the specified parameters.

Private Methods

Méthode Description
GenerateStreamFromString ( string s ) : Stream

Method Details

GetFrameworkTemplate() public static méthode

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.
Résultat System.Windows.FrameworkTemplate