2 writes to HideCursor
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
203
TextEditor._ThreadLocalStore.
HideCursor
= false;
1916
TextEditor._ThreadLocalStore.
HideCursor
= true;
2 references to HideCursor
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
201
if (TextEditor._ThreadLocalStore.
HideCursor
)
1912
if (!TextEditor._ThreadLocalStore.
HideCursor
&&