4 writes to _segments
PresentationCore (4)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (4)
100_segments = new PathSegmentCollection(segmentCount); 143_segments = null; 262_segments = new PathSegmentCollection(); 388_segments = new PathSegmentCollection();
8 references to _segments
PresentationCore (8)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (8)
97Debug.Assert(_segments == null, "It is illegal to call SetSegmentCount multiple times per BeginFigure or after a *To method."); 101_currentFigure.Segments = _segments; 257if (_segments == null) 263_currentFigure.Segments = _segments; 297_segments.Add(segment); 383if (_segments == null) 389_currentFigure.Segments = _segments; 462_segments.Add(segment);