12 references to GetAssembly
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
127if (Assembly.GetAssembly(type) == Converter.urtAssembly)
system\runtime\serialization\formatters\binary\binaryconverter.cs (1)
510internal static Assembly urtAssembly = Assembly.GetAssembly(typeofString);
PresentationCore (2)
Core\CSharp\System\Windows\Media\ColorContext.cs (2)
129_colorProfileResources, Assembly.GetAssembly(typeof(ColorContext)) 627ResourceManager resourceManager = new ResourceManager(_colorProfileResources, Assembly.GetAssembly(typeof(ColorContext)));
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\DeploymentExceptionMapper.cs (1)
96Assembly deploymentDll = Assembly.GetAssembly(hostingManager.GetType());
src\Framework\System\Windows\Documents\FixedSchema.cs (3)
461ResourceManager resourceManager = new ResourceManager( "Schemas_S0", Assembly.GetAssembly(typeof(XpsS0Schema))); 473ResourceManager resourceManager = new ResourceManager( "Schemas_S0", Assembly.GetAssembly(typeof(XpsS0Schema))); 795ResourceManager resourceManager = new ResourceManager("Schemas_DocStructure", Assembly.GetAssembly(typeof(XpsDocStructSchema)));
src\Framework\System\Windows\Standard\Utilities.cs (1)
30private static readonly Version _presentationFrameworkVersion = Assembly.GetAssembly(typeof(Window)).GetName().Version;
System.Web (1)
Management\regiisutil.cs (1)
99Assembly webAssembly = Assembly.GetAssembly(Type.GetType(typeName, true));
System.Web.Extensions (1)
UI\Timer.cs (1)
149yield return new ScriptReference("MicrosoftAjaxTimer.js", Assembly.GetAssembly(typeof(Timer)).FullName) ;
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
373AssemblyName ourAssembly = Assembly.GetAssembly(typeof(ProxyManager)).GetName();