2 writes to _transitoryExtensionSinkCookie
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
77_transitoryExtensionSinkCookie = UnsafeNativeMethods.TF_INVALID_COOKIE; 2046set { _transitoryExtensionSinkCookie = value; }
1 reference to _transitoryExtensionSinkCookie
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2045get { return _transitoryExtensionSinkCookie; }