2 writes to _rootDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (2)
1387_rootDrawing = newDrawing; 1415_rootDrawing = _currentDrawingGroup;
4 references to _rootDrawing
PresentationCore (4)
System\Windows\Media\DrawingDrawingContext.cs (4)
1192if (_rootDrawing != null) 1194rootChildren.Add(_rootDrawing); 1378if (_rootDrawing == null) 1411_currentDrawingGroup.Children.Add(_rootDrawing);