Table of Contents

Class SvgImageNameScope

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

This class, if placed at the root of a XAML file which is loaded by XamlReader.Load() will end up having all named elements contained in its nameTable automatically. If you want to get that list, it is now in your power.

public sealed class SvgImageNameScope : Image, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IUriContext, INameScope
Inheritance
SvgImageNameScope
Implements
Inherited Members

Remarks

This class is based on the discussion, which can be found here http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/5c226430-c54d-45b8-a8a2-7e4a79e3692a

Constructors

SvgImageNameScope()