2 writes to _caretElement
PresentationFramework (2)
System\windows\Documents\TextSelection.cs (2)
2406_caretElement = new CaretElement(_textEditor, isBlinkEnabled) 2589_caretElement = null;
11 references to _caretElement
PresentationFramework (11)
System\windows\Documents\TextSelection.cs (11)
684if (_caretElement != null && _caretElement.SelectionGeometry != null && 685_caretElement.SelectionGeometry.FillContains(point)) 732CaretElement caretElement = _caretElement; 1719return _caretElement; 2068CaretElement caretElement = _caretElement; 2403if (_caretElement == null) 2428_caretElement.IsSelectionActive = isSelectionActive; 2429_caretElement.SetBlinking(isBlinkEnabled); 2434return _caretElement; 2588_caretElement?.DetachFromView();