2 writes to _rootDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (2)
1397
_rootDrawing
= newDrawing;
1424
_rootDrawing
= _currentDrawingGroup;
4 references to _rootDrawing
PresentationCore (4)
System\Windows\Media\DrawingDrawingContext.cs (4)
1204
if (
_rootDrawing
!= null)
1206
rootChildren.Add(
_rootDrawing
);
1388
if (
_rootDrawing
== null)
1420
_currentDrawingGroup.Children.Add(
_rootDrawing
);