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)
1192
if (
_rootDrawing
!= null)
1194
rootChildren.Add(
_rootDrawing
);
1378
if (
_rootDrawing
== null)
1411
_currentDrawingGroup.Children.Add(
_rootDrawing
);