1 write to _caretElement
PresentationFramework (1)
src\Framework\System\windows\Documents\CaretElement.cs (1)
73_caretElement = new CaretSubElement();
10 references to _caretElement
PresentationFramework (10)
src\Framework\System\windows\Documents\CaretElement.cs (10)
74_caretElement.ClipToBounds = false; 76AddVisualChild(_caretElement); 104get { return (_caretElement == null) ? 0 : 1; } 117return _caretElement; 163_caretElement.InvalidateVisual(); 202_caretElement.Arrange(new Rect(point, availableSize)); 626_caretElement.InvalidateVisual(); 930_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 936_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null); 1105GeneralTransform transform = _caretElement.TransformToAncestor(source.RootVisual);