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)
1236
if (
_rootDrawing
!= null)
1238
rootChildren.Add(
_rootDrawing
);
1431
if (
_rootDrawing
== null)
1463
_currentDrawingGroup.Children.Add(
_rootDrawing
);