In This Article

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

The uniform resource identifier (URI) to load resources from.

public Uri Source { get; set; }

Property Value

Uri

Inherited Members

Extension Methods