6 writes to PureControlShift
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
463TextEditor._ThreadLocalStore.PureControlShift = false;
src\Framework\System\windows\Documents\TextEditorTyping.cs (5)
180threadLocalStore.PureControlShift = false; 195threadLocalStore.PureControlShift = false; 316threadLocalStore.PureControlShift = false; 325threadLocalStore.PureControlShift = true; // will be cleared by any other key down 330threadLocalStore.PureControlShift = true; // will be cleared by any other key down
1 reference to PureControlShift
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
355if (TextEditor._ThreadLocalStore.PureControlShift && (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)