2 writes to TextServicesHost
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
232threadLocalStore.TextServicesHost = new TextServicesHost(); 472threadLocalStore.TextServicesHost = null;
2 references to TextServicesHost
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
230if (threadLocalStore.TextServicesHost == null) 235return threadLocalStore.TextServicesHost;