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