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