2 writes to ThreadFocusCookie
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
240textstore.ThreadFocusCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 354textstore.ThreadFocusCookie = threadFocusCookie;
2 references to ThreadFocusCookie
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
236if (textstore.ThreadFocusCookie != UnsafeNativeMethods.TF_INVALID_COOKIE) 239source.UnadviseSink(textstore.ThreadFocusCookie);