1 write to _clientId
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
394
_clientId
= new SecurityCriticalData<int>(clientIdTemp);
1 reference to _clientId
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
402
doc.CreateContext(
_clientId
.Value, 0 /* flags */, textstore, out context, out editCookie);