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