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