2 writes to _editCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
76_editCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 2021set { _editCookie = value; }
1 reference to _editCookie
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2020get { return _editCookie; }