3 references to Simple
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (1)
354case CaretScrollMethod.Simple:
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
1276((TextSelection)This.Selection).UpdateCaretState(CaretScrollMethod.Simple);
src\Framework\System\windows\Documents\TextSelection.cs (1)
271UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.Simple);