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