2 writes to _threadFocusCookie
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
67
_threadFocusCookie
= UnsafeNativeMethods.TF_INVALID_COOKIE;
2124
set {
_threadFocusCookie
= value; }
1 reference to _threadFocusCookie
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2123
get { return
_threadFocusCookie
; }