1 write to _services
PresentationFramework (1)
System\Windows\TemplateContent.cs (1)
1424
_services
= services;
2 references to _services
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
1441
return
_services
.GetService(serviceType);
1472
return ((IXamlNamespaceResolver)
_services
.GetService(typeof(IXamlNamespaceResolver))).GetNamespace(prefix);