3 references to Simple
PresentationFramework (3)
System\windows\Documents\CaretElement.cs (1)
351case CaretScrollMethod.Simple:
System\windows\Documents\TextEditorTyping.cs (1)
1259((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
System\windows\Documents\TextSelection.cs (1)
268UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple);