1 implementation of IUriContext
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
66internal class ParserContext : IUriContext
2 references to IUriContext
PresentationBuildTasks (2)
Framework\System\Windows\Markup\TypeContext.cs (2)
79if (serviceType == typeof(IUriContext)) 81return _parserContext as IUriContext;