6 writes to PureControlShift
PresentationFramework (6)
System\windows\Documents\TextEditorMouse.cs (1)
461
TextEditor._ThreadLocalStore.
PureControlShift
= false;
System\windows\Documents\TextEditorTyping.cs (5)
176
threadLocalStore.
PureControlShift
= false;
191
threadLocalStore.
PureControlShift
= false;
312
threadLocalStore.
PureControlShift
= false;
321
threadLocalStore.
PureControlShift
= true; // will be cleared by any other key down
326
threadLocalStore.
PureControlShift
= true; // will be cleared by any other key down
1 reference to PureControlShift
PresentationFramework (1)
System\windows\Documents\TextEditorTyping.cs (1)
350
if (TextEditor._ThreadLocalStore.
PureControlShift
&& (e.KeyboardDevice.Modifiers & ModifierKeys.Alt) == 0)