2 references to Installed
WindowsBase (2)
Shared\MS\Internal\TextServicesLoader.cs (2)
148
s_servicesInstalled = TIPsWantToRun() ? InstallState.
Installed
: InstallState.NotInstalled;
152
return (s_servicesInstalled == InstallState.
Installed
);