2 writes to _selectionGeometry
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
458_selectionGeometry = null; 470AddGeometry(ref _selectionGeometry, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
System\windows\Documents\CaretElement.cs (5)
127if (_selectionGeometry != null) 142drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen, _selectionGeometry); 456Geometry previousSelectionGeometry = _selectionGeometry; 474if (_selectionGeometry != previousSelectionGeometry) 802return _selectionGeometry;