2 writes to _rootDrawing
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (2)
1440_rootDrawing = newDrawing; 1467_rootDrawing = _currentDrawingGroup;
4 references to _rootDrawing
PresentationCore (4)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (4)
1236if (_rootDrawing != null) 1238rootChildren.Add(_rootDrawing); 1431if (_rootDrawing == null) 1463_currentDrawingGroup.Children.Add(_rootDrawing);