In This Article

FullTrustResourceDictionary Class

Represents the a ResourceDictionary that ensures the application has full-trust before loading the source Uri.

public class FullTrustResourceDictionary : ResourceDictionary, IDictionary, ICollection, IEnumerable, ISupportInitialize, IUriContext, INameScope
Inheritance:
Object ResourceDictionary Object

Constructors

FullTrustResourceDictionary()

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.

Inherited Members