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