Class ResourceDictionaryExtensions
Extension methods for the ResourceDictionary class.
Inheritance
System.Object
ResourceDictionaryExtensions
Inherited Members
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()
Namespace: System.Windows.Controls.DataVisualization
Assembly: Controls.DataVisualization.OpenSilver.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. |