3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1056
_currentDrawingGroup
= _previousDrawingGroupStack.Pop();
1365
_currentDrawingGroup
= drawingGroup;
1395
_currentDrawingGroup
= new DrawingGroup
20 references to _currentDrawingGroup
PresentationCore (20)
System\Windows\Media\DrawingDrawingContext.cs (20)
755
_currentDrawingGroup
.ClipGeometry = clipGeometry;
777
_currentDrawingGroup
.OpacityMask = brush;
833
_currentDrawingGroup
.Opacity = opacity;
837
_currentDrawingGroup
.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
869
_currentDrawingGroup
.Transform = transform;
902
_currentDrawingGroup
.GuidelineSet = guidelines;
944
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
994
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1033
_currentDrawingGroup
.BitmapEffect = effect;
1034
_currentDrawingGroup
.BitmapEffectInput = effectInput ?? new BitmapEffectInput();
1164
if (
_currentDrawingGroup
!= null)
1169
rootChildren =
_currentDrawingGroup
.Children;
1361
_previousDrawingGroupStack.Push(
_currentDrawingGroup
);
1382
Debug.Assert(
_currentDrawingGroup
== null);
1389
else if (
_currentDrawingGroup
== null)
1406
_currentDrawingGroup
,
1411
_currentDrawingGroup
.Children.Add(_rootDrawing);
1412
_currentDrawingGroup
.Children.Add(newDrawing);
1415
_rootDrawing =
_currentDrawingGroup
;
1421
_currentDrawingGroup
.Children.Add(newDrawing);