Table of Contents

Class DictionaryKeyResolver

Namespace
SharpVectors.Renderers
Assembly
SharpVectors.Rendering.Wpf.dll
[Serializable]
public sealed class DictionaryKeyResolver : WpfSettings<DictionaryKeyResolver>, ICloneable, IResourceKeyResolver, IXmlSerializable
Inheritance
DictionaryKeyResolver
Implements
Inherited Members

Constructors

DictionaryKeyResolver()
DictionaryKeyResolver(IDictionary<string, string>)

Properties

Dictionary
IsValid

Gets a value specifying whether the resource key resolver is valid or not.

ResolverType

Gets a value specifying the resource key resolver type.

Methods

BeginResolve()

This signals the start of a resource key resolving process.

Clone()

This creates a new build object that is a deep copy of the current instance.

EndResolve()

This signals the end of a resource key resolving process.

ReadXml(XmlReader)

This reads and sets its state or attributes stored in a XML format with the given reader.

Resolve(DependencyObject, int, string, string)

Generates the resource key to be applied to the specified resource object, created from the file name and from the specified source (directory).

WriteXml(XmlWriter)

This writes the current state or attributes of this object, in the XML format, to the media or storage accessible by the given writer.