3 writes to _currentDrawingGroup
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (3)
1102
_currentDrawingGroup
= _previousDrawingGroupStack.Pop();
1418
_currentDrawingGroup
= drawingGroup;
1448
_currentDrawingGroup
= new DrawingGroup();
21 references to _currentDrawingGroup
PresentationCore (21)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (21)
790
_currentDrawingGroup
.ClipGeometry = clipGeometry;
813
_currentDrawingGroup
.OpacityMask = brush;
871
_currentDrawingGroup
.Opacity = opacity;
875
_currentDrawingGroup
.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
908
_currentDrawingGroup
.Transform = transform;
942
_currentDrawingGroup
.GuidelineSet = guidelines;
985
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1036
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1076
_currentDrawingGroup
.BitmapEffect = effect;
1077
_currentDrawingGroup
.BitmapEffectInput = (effectInput != null) ?
1209
if (
_currentDrawingGroup
!= null)
1214
rootChildren =
_currentDrawingGroup
.Children;
1414
_previousDrawingGroupStack.Push(
_currentDrawingGroup
);
1435
Debug.Assert(
_currentDrawingGroup
== null);
1442
else if (
_currentDrawingGroup
== null)
1455
_currentDrawingGroup
.CanBeInheritanceContext = CanBeInheritanceContext;
1458
_currentDrawingGroup
,
1463
_currentDrawingGroup
.Children.Add(_rootDrawing);
1464
_currentDrawingGroup
.Children.Add(newDrawing);
1467
_rootDrawing =
_currentDrawingGroup
;
1473
_currentDrawingGroup
.Children.Add(newDrawing);