1 write to _services
PresentationFramework (1)
src\Framework\System\Windows\TemplateContent.cs (1)
1498
_services
= services;
2 references to _services
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
1515
return
_services
.GetService(serviceType);
1546
return ((IXamlNamespaceResolver)
_services
.GetService(typeof(IXamlNamespaceResolver))).GetNamespace(prefix);