1 implementation of IUriContext
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
53internal class ParserContext : IUriContext
2 references to IUriContext
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TypeContext.cs (2)
69if (serviceType == typeof(IUriContext)) 71return _parserContext as IUriContext;