2 writes to _selectionGeometry
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
453_selectionGeometry = null; 465AddGeometry(ref _selectionGeometry, geometry);
5 references to _selectionGeometry
PresentationFramework (5)
System\windows\Documents\CaretElement.cs (5)
122if (_selectionGeometry != null) 137drawingContext.DrawGeometry(selectionBrush, selectionOutlinePen, _selectionGeometry); 451Geometry previousSelectionGeometry = _selectionGeometry; 469if (_selectionGeometry != previousSelectionGeometry) 799return _selectionGeometry;