3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1057
_currentDrawingGroup
= _previousDrawingGroupStack.Pop();
1366
_currentDrawingGroup
= drawingGroup;
1396
_currentDrawingGroup
= new DrawingGroup
20 references to _currentDrawingGroup
PresentationCore (20)
System\Windows\Media\DrawingDrawingContext.cs (20)
756
_currentDrawingGroup
.ClipGeometry = clipGeometry;
778
_currentDrawingGroup
.OpacityMask = brush;
834
_currentDrawingGroup
.Opacity = opacity;
838
_currentDrawingGroup
.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
870
_currentDrawingGroup
.Transform = transform;
903
_currentDrawingGroup
.GuidelineSet = guidelines;
945
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
995
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1034
_currentDrawingGroup
.BitmapEffect = effect;
1035
_currentDrawingGroup
.BitmapEffectInput = effectInput ?? new BitmapEffectInput();
1165
if (
_currentDrawingGroup
!= null)
1170
rootChildren =
_currentDrawingGroup
.Children;
1362
_previousDrawingGroupStack.Push(
_currentDrawingGroup
);
1383
Debug.Assert(
_currentDrawingGroup
== null);
1390
else if (
_currentDrawingGroup
== null)
1407
_currentDrawingGroup
,
1412
_currentDrawingGroup
.Children.Add(_rootDrawing);
1413
_currentDrawingGroup
.Children.Add(newDrawing);
1416
_rootDrawing =
_currentDrawingGroup
;
1422
_currentDrawingGroup
.Children.Add(newDrawing);