FullTrustResourceDictionary Class
Represents the a ResourceDictionary that ensures the application has full-trust before loading the source System.Uri.
public class FullTrustResourceDictionary : ResourceDictionary
- Inheritance:
- object ResourceDictionary object
Constructors
FullTrustResourceDictionary()
Initializes an instance of the class.
public FullTrustResourceDictionary()
Properties
Source
Gets or sets the uniform resource identifier (URI) to load resources from.
public Uri Source { get; set; }
Property Value
- Uri:
The source location of an external resource dictionary.