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