3 references to Simple
PresentationFramework (3)
src\Framework\System\windows\Documents\CaretElement.cs (1)
354
case 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)
271
UpdateCaretState(disableScroll ? CaretScrollMethod.None : CaretScrollMethod.
Simple
);