2 writes to EditSinkCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
302textstore.EditSinkCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 426textstore.EditSinkCookie = editSinkCookie;
2 references to EditSinkCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
298if (textstore.EditSinkCookie != UnsafeNativeMethods.TF_INVALID_COOKIE) 301source.UnadviseSink(textstore.EditSinkCookie);