2 writes to _showCaret
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
265_showCaret = visible; 527_showCaret = false;
4 references to _showCaret
PresentationFramework (4)
src\Framework\System\windows\Documents\CaretElement.cs (4)
260bool justAppearing = visible && !_showCaret; 262if (_showCaret != visible) 524if (_showCaret) 642if (_showCaret)