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