DesignerStylesDictionary Class
Provides a dictionary for designer styles.
Assembly: System.Activities.Core.Presentation (in System.Activities.Core.Presentation.dll)
System.Windows::ResourceDictionary
System.Activities.Core.Presentation.Themes::DesignerStylesDictionary
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of entries in the base ResourceDictionary. (Inherited from ResourceDictionary.) |
![]() | DeferrableContent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the deferrable content for this resource dictionary.(Inherited from ResourceDictionary.) |
![]() | IsFixedSize | Gets whether this ResourceDictionary is fixed-size. (Inherited from ResourceDictionary.) |
![]() | IsReadOnly | Gets whether this ResourceDictionary is read-only. (Inherited from ResourceDictionary.) |
![]() | Item[Object^] | Gets or sets the value associated with the given key. (Inherited from ResourceDictionary.) |
![]() | Keys | Gets a collection of all keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.) |
![]() | MergedDictionaries | Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries.(Inherited from ResourceDictionary.) |
![]() ![]() | SequenceStyle | Gets the sequence style stored in this DesignerStylesDictionary instance. Also, seals the sequence style if it is not already sealed. |
![]() | Source | Gets or sets the uniform resource identifier (URI) to load resources from.(Inherited from ResourceDictionary.) |
![]() | Values | Gets a collection of all values associated with keys contained in this ResourceDictionary. (Inherited from ResourceDictionary.) |
| Name | Description | |
|---|---|---|
![]() | Add(Object^, Object^) | Adds a resource by key to this ResourceDictionary. (Inherited from ResourceDictionary.) |
![]() | BeginInit() | Begins the initialization phase for this ResourceDictionary. (Inherited from ResourceDictionary.) |
![]() | Clear() | Clears all keys (and values) in the base ResourceDictionary. This does not clear any merged dictionary items.(Inherited from ResourceDictionary.) |
![]() | Contains(Object^) | Determines whether the ResourceDictionary contains an element with the specified key. (Inherited from ResourceDictionary.) |
![]() | CopyTo(array<DictionaryEntry>^, Int32) | Copies the ResourceDictionary elements to a one-dimensional DictionaryEntry at the specified index. (Inherited from ResourceDictionary.) |
![]() | EndInit() | Ends the initialization phase, and invalidates the previous tree such that all changes made to keys during the initialization phase can be accounted for. (Inherited from ResourceDictionary.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FindName(String^) | Not supported by this Dictionary implementation.(Inherited from ResourceDictionary.) |
![]() | GetEnumerator() | Returns an IDictionaryEnumerator that can be used to iterate through the ResourceDictionary. (Inherited from ResourceDictionary.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InitializeComponent() | Initializes the current dictionary instance from a XAML file at a specific resource location. |
![]() | RegisterName(String^, Object^) | Not supported by this Dictionary implementation.(Inherited from ResourceDictionary.) |
![]() | Remove(Object^) | Removes the entry with the specified key from the base dictionary. (Inherited from ResourceDictionary.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UnregisterName(String^) | Not supported by this Dictionary implementation.(Inherited from ResourceDictionary.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::CopyTo.(Inherited from ResourceDictionary.) |
![]() ![]() | IEnumerable::GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IEnumerable::GetEnumerator.(Inherited from ResourceDictionary.) |
![]() ![]() | IComponentConnector::Connect(Int32, Object^) | Attaches events and names to compiled content. |
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::IsSynchronized.(Inherited from ResourceDictionary.) |
![]() ![]() | ICollection::SyncRoot | For a description of this member, see ICollection::SyncRoot.(Inherited from ResourceDictionary.) |
![]() ![]() | IUriContext::BaseUri | For a description of this member, see IUriContext::BaseUri.(Inherited from ResourceDictionary.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





