VersionedAssemblyResourceDictionary Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Provides a hash table / dictionary implementation that contains WPF resources used by components and other elements of a versioned WPF application.
Inheritance
System.Object
System.Windows.ResourceDictionary
VersionedAssemblyResourceDictionary
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Windows.Markup.IUriContext
System.Windows.Markup.INameScope
System.ComponentModel.ISupportInitialize
Syntax
public class VersionedAssemblyResourceDictionary : ResourceDictionary, IDictionary, ICollection, IEnumerable, IUriContext, INameScope, ISupportInitialize
Properties
RelativePath | Gets or sets assembly path in a relative form. |
Methods
GetXamlNameForType(Type) | Returns string representation of specified type. |
Explicit Interface Implementations
ISupportInitialize.EndInit() |
Inherited Members
System.Windows.ResourceDictionary.CopyTo(System.Collections.DictionaryEntry[], System.Int32)
System.Windows.ResourceDictionary.RegisterName(System.String, System.Object)
System.Windows.ResourceDictionary.UnregisterName(System.String)
System.Windows.ResourceDictionary.FindName(System.String)
System.Windows.ResourceDictionary.Add(System.Object, System.Object)
System.Windows.ResourceDictionary.Clear()
System.Windows.ResourceDictionary.Contains(System.Object)
System.Windows.ResourceDictionary.GetEnumerator()
System.Windows.ResourceDictionary.Remove(System.Object)
System.Windows.ResourceDictionary.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Windows.ResourceDictionary.System.Collections.IEnumerable.GetEnumerator()
System.Windows.ResourceDictionary.BeginInit()
System.Windows.ResourceDictionary.EndInit()
System.Windows.ResourceDictionary.OnGettingValue(System.Object, System.Object, System.Boolean)
System.Windows.ResourceDictionary.MergedDictionaries
System.Windows.ResourceDictionary.Source
System.Windows.ResourceDictionary.System.Windows.Markup.IUriContext.BaseUri
System.Windows.ResourceDictionary.IsFixedSize
System.Windows.ResourceDictionary.IsReadOnly
System.Windows.ResourceDictionary.Item[System.Object]
System.Windows.ResourceDictionary.DeferrableContent
System.Windows.ResourceDictionary.Keys
System.Windows.ResourceDictionary.Values
System.Windows.ResourceDictionary.Count
System.Windows.ResourceDictionary.System.Collections.ICollection.IsSynchronized
System.Windows.ResourceDictionary.System.Collections.ICollection.SyncRoot
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Windows.Markup.IUriContext
System.Windows.Markup.INameScope
System.ComponentModel.ISupportInitialize