8 references to None
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2094
textBox.TextSelectionInternal.UpdateCaretState(CaretScrollMethod.
None
);
src\Framework\System\windows\Documents\CaretElement.cs (2)
196
((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.
None
);
333
if (scrollMethod != CaretScrollMethod.
None
&& !_scrolledToCurrentPositionYet)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
447
_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.
None
, /*wordWrappingPosition*/ double.NaN);
src\Framework\System\windows\Documents\TextSelection.cs (4)
271
UpdateCaretState(disableScroll ? CaretScrollMethod.
None
: CaretScrollMethod.Simple);
376
EnsureCaret(isBlinkEnabled, isSelectionActive, CaretScrollMethod.
None
);
784
UpdateCaretState(CaretScrollMethod.
None
);
1615
else if (caretScrollMethod != CaretScrollMethod.
None
)