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