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