2 writes to _cookie
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4268
_cookie
= cookie;
4288
_cookie
= UnsafeNativeMethods.TF_INVALID_COOKIE;
3 references to _cookie
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
4294
return (((MouseSink)x).
_cookie
- ((MouseSink)y).
_cookie
);
4333
internal int Cookie {get{return
_cookie
;}}