2 writes to _editSinkCookie
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
68_editSinkCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 2140set { _editSinkCookie = value; }
1 reference to _editSinkCookie
PresentationFramework (1)
System\Windows\Documents\TextStore.cs (1)
2139get { return _editSinkCookie; }