2 writes to _selectionGeometry
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
462_selectionGeometry = null; 474AddGeometry(ref _selectionGeometry, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
src\Framework\System\windows\Documents\CaretElement.cs (5)
130if (_selectionGeometry != null) 145drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen, _selectionGeometry); 460Geometry previousSelectionGeometry = _selectionGeometry; 478if (_selectionGeometry != previousSelectionGeometry) 806return _selectionGeometry;