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