2 writes to _selectionGeometry
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
455_selectionGeometry = null; 467AddGeometry(ref _selectionGeometry, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
System\windows\Documents\CaretElement.cs (5)
124if (_selectionGeometry != null) 139drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen, _selectionGeometry); 453Geometry previousSelectionGeometry = _selectionGeometry; 471if (_selectionGeometry != previousSelectionGeometry) 799return _selectionGeometry;