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) ? 1177if (_currentDrawingGroup != null) 1182rootChildren = _currentDrawingGroup.Children; 1371_previousDrawingGroupStack.Push(_currentDrawingGroup); 1392Debug.Assert(_currentDrawingGroup == null); 1399else 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);