3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1052
_currentDrawingGroup
= _previousDrawingGroupStack.Pop();
1357
_currentDrawingGroup
= drawingGroup;
1387
_currentDrawingGroup
= new DrawingGroup();
21 references to _currentDrawingGroup
PresentationCore (21)
System\Windows\Media\DrawingDrawingContext.cs (21)
750
_currentDrawingGroup
.ClipGeometry = clipGeometry;
772
_currentDrawingGroup
.OpacityMask = brush;
828
_currentDrawingGroup
.Opacity = opacity;
832
_currentDrawingGroup
.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
864
_currentDrawingGroup
.Transform = transform;
897
_currentDrawingGroup
.GuidelineSet = guidelines;
939
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
989
_currentDrawingGroup
.GuidelineSet = guidelineCollection;
1028
_currentDrawingGroup
.BitmapEffect = effect;
1029
_currentDrawingGroup
.BitmapEffectInput = (effectInput != null) ?
1159
if (
_currentDrawingGroup
!= null)
1164
rootChildren =
_currentDrawingGroup
.Children;
1353
_previousDrawingGroupStack.Push(
_currentDrawingGroup
);
1374
Debug.Assert(
_currentDrawingGroup
== null);
1381
else if (
_currentDrawingGroup
== null)
1394
_currentDrawingGroup
.CanBeInheritanceContext = CanBeInheritanceContext;
1397
_currentDrawingGroup
,
1402
_currentDrawingGroup
.Children.Add(_rootDrawing);
1403
_currentDrawingGroup
.Children.Add(newDrawing);
1406
_rootDrawing =
_currentDrawingGroup
;
1412
_currentDrawingGroup
.Children.Add(newDrawing);