2 types derived from XamlRuntime
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
20class ClrObjectRuntime : XamlRuntime
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
32class PartialTrustTolerantRuntime : XamlRuntime
10 references to XamlRuntime
System.Xaml (10)
System\Xaml\Context\NameFixupToken.cs (2)
125private XamlRuntime _runtime; 126public XamlRuntime Runtime
System\Xaml\Context\ObjectWriterContext.cs (4)
25XamlRuntime _runtime; 32XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 85XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 146internal XamlRuntime Runtime
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
100XamlRuntime runtime = CreateRuntime(settings, schemaContext); 121private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings, XamlSchemaContext schemaContext) 123XamlRuntime result = null; 235private XamlRuntime Runtime