3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1070
_currentDrawingGroup
= _previousDrawingGroupStack.Pop();
1375
_currentDrawingGroup
= drawingGroup;
1405
_currentDrawingGroup
= new DrawingGroup();
21 references to _currentDrawingGroup
PresentationCore (21)
System\Windows\Media\DrawingDrawingContext.cs (21)
768
_currentDrawingGroup
.ClipGeometry = clipGeometry;
790
_currentDrawingGroup
.OpacityMask = brush;
846
_currentDrawingGroup
.Opacity = opacity;
850
_currentDrawingGroup
.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
882
_currentDrawingGroup
.Transform = transform;
915
_currentDrawingGroup
.GuidelineSet = guidelines;
957
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1007
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1046
_currentDrawingGroup
.BitmapEffect = effect;
1047
_currentDrawingGroup
.BitmapEffectInput = (effectInput != null) ?
1177
if (
_currentDrawingGroup
!= null)
1182
rootChildren =
_currentDrawingGroup
.Children;
1371
_previousDrawingGroupStack.Push(
_currentDrawingGroup
);
1392
Debug.Assert(
_currentDrawingGroup
== null);
1399
else if (
_currentDrawingGroup
== null)
1412
_currentDrawingGroup
.CanBeInheritanceContext = CanBeInheritanceContext;
1415
_currentDrawingGroup
,
1420
_currentDrawingGroup
.Children.Add(_rootDrawing);
1421
_currentDrawingGroup
.Children.Add(newDrawing);
1424
_rootDrawing =
_currentDrawingGroup
;
1430
_currentDrawingGroup
.Children.Add(newDrawing);