1 write to _clientId
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (1)
244
_clientId
= new SecurityCriticalData<int>(clientIdTemp);
1 reference to _clientId
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextServicesContext.cs (1)
250
doc.CreateContext(
_clientId
.Value, 0 /* flags */, _defaultTextStore, out context, out editCookie);