3 writes to _lockFlags
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
2199_lockFlags = flags; 2230_lockFlags = UnsafeNativeMethods.LockFlags.TS_LF_READWRITE; 2237_lockFlags = 0;
4 references to _lockFlags
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextStore.cs (4)
156if (_lockFlags != 0) 163if (((_lockFlags & UnsafeNativeMethods.LockFlags.TS_LF_WRITE) == UnsafeNativeMethods.LockFlags.TS_LF_WRITE) || 2108if (_lockFlags == 0 && HasSink) 2304hr = _sink.OnLockGranted(_lockFlags);