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