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