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