1 write to _cacheIsImmEnabled
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4673
_cacheIsImmEnabled
= CreateInstance(SystemResourceKeyID.IsImmEnabled);
2 references to _cacheIsImmEnabled
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4671
if (
_cacheIsImmEnabled
== null)
4676
return
_cacheIsImmEnabled
;