Class ResourceDictionaryExtensions
Extension methods for the ResourceDictionary class.
Inheritance
System.Object
ResourceDictionaryExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls.DataVisualization
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public static class ResourceDictionaryExtensions
Methods
| Improve this Doc View SourceShallowCopy(ResourceDictionary)
Makes a shallow copy of the specified ResourceDictionary.
Declaration
public static ResourceDictionary ShallowCopy(this ResourceDictionary dictionary)
Parameters
| Type | Name | Description |
|---|---|---|
| ResourceDictionary | dictionary | ResourceDictionary to copy. |
Returns
| Type | Description |
|---|---|
| ResourceDictionary | Copied ResourceDictionary. |