2 writes to _rootDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (2)
1379_rootDrawing = newDrawing; 1406_rootDrawing = _currentDrawingGroup;
4 references to _rootDrawing
PresentationCore (4)
System\Windows\Media\DrawingDrawingContext.cs (4)
1186if (_rootDrawing != null) 1188rootChildren.Add(_rootDrawing); 1370if (_rootDrawing == null) 1402_currentDrawingGroup.Children.Add(_rootDrawing);