Skip to content

Instantly share code, notes, and snippets.

@jogibear9988
Created June 1, 2015 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jogibear9988/57d1ee99bc7e6ac7b108 to your computer and use it in GitHub Desktop.
Save jogibear9988/57d1ee99bc7e6ac7b108 to your computer and use it in GitHub Desktop.
.namespace ICSharpCode.WpfDesign.Designer.themes
{
.class public auto ansi VersionedAssemblyResourceDictionary
extends [PresentationFramework]System.Windows.ResourceDictionary
implements [System]System.ComponentModel.ISupportInitialize
{
.method private hidebysig specialname rtspecialname static void .cctor() cil managed
{
}
.method public hidebysig static string GetXamlNameForType(class [mscorlib]System.Type t) cil managed
{
}
.method private hidebysig newslot virtual final instance void System.ComponentModel.ISupportInitialize.EndInit() cil managed
{
.override [System]System.ComponentModel.ISupportInitialize::EndInit
}
.property instance string RelativePath
{
.get instance string ICSharpCode.WpfDesign.Designer.themes.VersionedAssemblyResourceDictionary::get_RelativePath()
.set instance void ICSharpCode.WpfDesign.Designer.themes.VersionedAssemblyResourceDictionary::set_RelativePath(string)
}
.field private static initonly int32 _subLength
.field private static initonly string _uriStart
.field private string <RelativePath>k__BackingField
{
.custom instance void [mscorlib]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
.custom instance void [mscorlib]System.Diagnostics.DebuggerBrowsableAttribute::.ctor(valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState) = { valuetype [mscorlib]System.Diagnostics.DebuggerBrowsableState::Never }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment