2 writes to _istimactivated
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (2)
136
_istimactivated
= false;
245
_istimactivated
= true;
2 references to _istimactivated
PresentationCore (2)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (2)
119
if (
_istimactivated
== true)
238
if (
_istimactivated
== false)