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