2 overrides of SetUriBase
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
525
public override void
SetUriBase
(XamlType xamlType, object obj, Uri baseUri)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
332
public override void
SetUriBase
(XamlType xamlType, object obj, Uri baseUri)
2 references to SetUriBase
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1474
Runtime.
SetUriBase
(xamlType, inst, ctx.BaseUri);
1657
Runtime.
SetUriBase
(ctx.ParentType, ctx.ParentInstance, ctx.BaseUri);