2 types derived from XamlRuntime
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
18class ClrObjectRuntime : XamlRuntime
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
30class PartialTrustTolerantRuntime : XamlRuntime
10 references to XamlRuntime
System.Xaml (10)
System\Xaml\Context\NameFixupToken.cs (2)
122private XamlRuntime _runtime; 123public XamlRuntime Runtime
System\Xaml\Context\ObjectWriterContext.cs (4)
22XamlRuntime _runtime; 29XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 78XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope, XamlRuntime runtime) 135internal XamlRuntime Runtime
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
97XamlRuntime runtime = CreateRuntime(settings, schemaContext); 118private XamlRuntime CreateRuntime(XamlObjectWriterSettings settings, XamlSchemaContext schemaContext) 120XamlRuntime result = null; 228private XamlRuntime Runtime