2 writes to ThreadFocusCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
292
textstore.
ThreadFocusCookie
= UnsafeNativeMethods.TF_INVALID_COOKIE;
425
textstore.
ThreadFocusCookie
= threadFocusCookie;
2 references to ThreadFocusCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
288
if (textstore.
ThreadFocusCookie
!= UnsafeNativeMethods.TF_INVALID_COOKIE)
291
source.UnadviseSink(textstore.
ThreadFocusCookie
);