2 writes to ThreadFocusCookie
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
229textstore.ThreadFocusCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 343textstore.ThreadFocusCookie = threadFocusCookie;
2 references to ThreadFocusCookie
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
225if (textstore.ThreadFocusCookie != UnsafeNativeMethods.TF_INVALID_COOKIE) 228source.UnadviseSink(textstore.ThreadFocusCookie);