Share via


CustomXamlResourceLoader.Current Property

Definition

Returns the active CustomXamlResourceLoader instance.

static CustomXamlResourceLoader Current();

static void Current(CustomXamlResourceLoader value);
public static CustomXamlResourceLoader Current { get; set; }
var customXamlResourceLoader = CustomXamlResourceLoader.current;
CustomXamlResourceLoader.current = customXamlResourceLoader;
Public Shared Property Current As CustomXamlResourceLoader

Property Value

The active CustomXamlResourceLoader instance.

Applies to