2 writes to _cookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
4083
_cookie
= cookie;
4106
_cookie
= UnsafeNativeMethods.TF_INVALID_COOKIE;
3 references to _cookie
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
4112
return (((MouseSink)x).
_cookie
- ((MouseSink)y).
_cookie
);
4165
internal int Cookie {get{return
_cookie
;}}