2 writes to _selectionGeometry
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
454_selectionGeometry = null; 466AddGeometry(ref _selectionGeometry, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
System\windows\Documents\CaretElement.cs (5)
123if (_selectionGeometry != null) 138drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen, _selectionGeometry); 452Geometry previousSelectionGeometry = _selectionGeometry; 470if (_selectionGeometry != previousSelectionGeometry) 800return _selectionGeometry;