2 writes to _istimactivated
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
114
_istimactivated
= false;
209
_istimactivated
= true;
2 references to _istimactivated
PresentationCore (2)
System\Windows\Input\TextServicesContext.cs (2)
97
if (
_istimactivated
)
202
if (!
_istimactivated
)