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