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