2 writes to _threadFocusCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
74
_threadFocusCookie
= UnsafeNativeMethods.TF_INVALID_COOKIE;
2007
set {
_threadFocusCookie
= value; }
1 reference to _threadFocusCookie
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2006
get { return
_threadFocusCookie
; }