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) ? 1159if (_currentDrawingGroup != null) 1164rootChildren = _currentDrawingGroup.Children; 1353_previousDrawingGroupStack.Push(_currentDrawingGroup); 1374Debug.Assert(_currentDrawingGroup == null); 1381else 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);