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)); 613_caretElement.InvalidateVisual(); 915_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 921_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null); 1061GeneralTransform transform = _caretElement.TransformToAncestor(source.RootVisual);