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) ? 1209if (_currentDrawingGroup != null) 1214rootChildren = _currentDrawingGroup.Children; 1414_previousDrawingGroupStack.Push(_currentDrawingGroup); 1435Debug.Assert(_currentDrawingGroup == null); 1442else 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);