1 write to s_ServiceProviderContextType
PresentationFramework (1)
src\Framework\System\Windows\EventSetterHandlerConverter.cs (1)
63
s_ServiceProviderContextType
= a.GetType("MS.Internal.Xaml.ServiceProviderContext");
2 references to s_ServiceProviderContextType
PresentationFramework (2)
src\Framework\System\Windows\EventSetterHandlerConverter.cs (2)
59
if (
s_ServiceProviderContextType
== null)
65
if (typeDescriptorContext.GetType() !=
s_ServiceProviderContextType
)