2 writes to _editSinkCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
75_editSinkCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 2014set { _editSinkCookie = value; }
1 reference to _editSinkCookie
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2013get { return _editSinkCookie; }