1 write to _caretElement
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
64_caretElement = new CaretSubElement
9 references to _caretElement
PresentationFramework (9)
System\windows\Documents\CaretElement.cs (9)
69AddVisualChild(_caretElement); 97get { return (_caretElement == null) ? 0 : 1; } 110return _caretElement; 156_caretElement.InvalidateVisual(); 195_caretElement.Arrange(new Rect(point, availableSize)); 618_caretElement.InvalidateVisual(); 926_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, _blinkAnimationClock); 932_caretElement.ApplyAnimationClock(UIElement.OpacityProperty, null); 1072GeneralTransform transform = _caretElement.TransformToAncestor(source.RootVisual);