3 writes to _caretScrollMethod
PresentationFramework (3)
src\Framework\System\windows\Documents\TextSelection.cs (3)
1599
_caretScrollMethod
= caretScrollMethod;
1617
_caretScrollMethod
= caretScrollMethod;
2091
_caretScrollMethod
= CaretScrollMethod.Unset;
2 references to _caretScrollMethod
PresentationFramework (2)
src\Framework\System\windows\Documents\TextSelection.cs (2)
1597
if (
_caretScrollMethod
== CaretScrollMethod.Unset)
2090
CaretScrollMethod caretScrollMethod =
_caretScrollMethod
;