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)
1597if (_caretScrollMethod == CaretScrollMethod.Unset) 2090CaretScrollMethod caretScrollMethod = _caretScrollMethod;