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