1 write to _caretElement
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
63_caretElement = new CaretSubElement
9 references to _caretElement
PresentationFramework (9)
System\windows\Documents\CaretElement.cs (9)
68AddVisualChild(_caretElement); 96get { return (_caretElement == null) ? 0 : 1; } 109return _caretElement; 155_caretElement.InvalidateVisual(); 194_caretElement.Arrange(new Rect(point, availableSize)); 617_caretElement.InvalidateVisual(); 919_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 925_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null); 1065GeneralTransform transform = _caretElement.TransformToAncestor(source.RootVisual);