3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1057_currentDrawingGroup = _previousDrawingGroupStack.Pop(); 1366_currentDrawingGroup = drawingGroup; 1396_currentDrawingGroup = new DrawingGroup
20 references to _currentDrawingGroup
PresentationCore (20)
System\Windows\Media\DrawingDrawingContext.cs (20)
756_currentDrawingGroup.ClipGeometry = clipGeometry; 778_currentDrawingGroup.OpacityMask = brush; 834_currentDrawingGroup.Opacity = opacity; 838_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations); 870_currentDrawingGroup.Transform = transform; 903_currentDrawingGroup.GuidelineSet = guidelines; 945_currentDrawingGroup.GuidelineSet = guidelineCollection; 995_currentDrawingGroup.GuidelineSet = guidelineCollection; 1034_currentDrawingGroup.BitmapEffect = effect; 1035_currentDrawingGroup.BitmapEffectInput = effectInput ?? new BitmapEffectInput(); 1165if (_currentDrawingGroup != null) 1170rootChildren = _currentDrawingGroup.Children; 1362_previousDrawingGroupStack.Push(_currentDrawingGroup); 1383Debug.Assert(_currentDrawingGroup == null); 1390else if (_currentDrawingGroup == null) 1407_currentDrawingGroup, 1412_currentDrawingGroup.Children.Add(_rootDrawing); 1413_currentDrawingGroup.Children.Add(newDrawing); 1416_rootDrawing = _currentDrawingGroup; 1422_currentDrawingGroup.Children.Add(newDrawing);