XamlTypeFinder Class
Definition
Allows finding types in a set of assemblies.
Inheritance
Implements
Syntax
public class XamlTypeFinder : ICloneable
Methods
Clone() | Clones this XamlTypeFinder. |
ConvertUriToLocalUri(Uri) | Converts the specified System.Uri to local. |
CreateWpfTypeFinder() | Creates a new XamlTypeFinder where the WPF namespaces are registered. |
GetPrefixForXmlNamespace(String) | Gets the prefix to use for the specified XML namespace, or null if no suitable prefix could be found. |
GetType(String, String) | Gets a type referenced in XAML. |
GetXmlNamespaceFor(Assembly, String, Boolean) | Gets the XML namespace that can be used for the specified assembly/namespace combination. |
GetXmlNamespacesFor(Assembly, String, Boolean) | Gets the XML namespaces that can be used for the specified assembly/namespace combination. |
ImportFrom(XamlTypeFinder) | Import information from another XamlTypeFinder. Use this if you override Clone(). |
LoadAssembly(String) | Load the assembly with the specified name. You can override this method to implement custom assembly lookup. |
LoadXamlLocalAssembly() | Loads a local assembly (required by a "clr-namespace" without a specified assembly name). |
RegisterAssembly(Assembly) | Registers XAML namespaces defined in the |
RegisterDesignerNamespaces() | Register the Namespaces not found in any Assembly, but used by VS and Expression Blend |
Explicit Interface Implementations
ICloneable.Clone() |