2 types derived from XamlRuntime
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
17
internal class ClrObjectRuntime :
XamlRuntime
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
29
internal class PartialTrustTolerantRuntime :
XamlRuntime
10 references to XamlRuntime
System.Xaml (10)
System\Xaml\Context\NameFixupToken.cs (2)
124
private
XamlRuntime
_runtime;
125
public
XamlRuntime
Runtime
System\Xaml\Context\ObjectWriterContext.cs (4)
20
private
XamlRuntime
_runtime;
27
XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope,
XamlRuntime
runtime)
77
XamlObjectWriterSettings settings, XAML3.INameScope rootNameScope,
XamlRuntime
runtime)
137
internal
XamlRuntime
Runtime
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
96
XamlRuntime
runtime = CreateRuntime(settings, schemaContext);
118
private
XamlRuntime
CreateRuntime(XamlObjectWriterSettings settings, XamlSchemaContext schemaContext)
120
XamlRuntime
result = null;
233
private
XamlRuntime
Runtime