6 references to InstallState
WindowsBase (6)
Shared\MS\Internal\TextServicesLoader.cs (6)
146if (s_servicesInstalled == InstallState.Unknown) 148s_servicesInstalled = TIPsWantToRun() ? InstallState.Installed : InstallState.NotInstalled; 152return (s_servicesInstalled == InstallState.Installed); 392private static InstallState s_servicesInstalled = InstallState.Unknown;