1 write to _cacheIsImmEnabled
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4669
_cacheIsImmEnabled
= CreateInstance(SystemResourceKeyID.IsImmEnabled);
2 references to _cacheIsImmEnabled
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4667
if (
_cacheIsImmEnabled
== null)
4672
return
_cacheIsImmEnabled
;