3 writes to _currentDrawingGroup
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (3)
1056_currentDrawingGroup = _previousDrawingGroupStack.Pop(); 1365_currentDrawingGroup = drawingGroup; 1395_currentDrawingGroup = new DrawingGroup
20 references to _currentDrawingGroup
PresentationCore (20)
System\Windows\Media\DrawingDrawingContext.cs (20)
755_currentDrawingGroup.ClipGeometry = clipGeometry; 777_currentDrawingGroup.OpacityMask = brush; 833_currentDrawingGroup.Opacity = opacity; 837_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations); 869_currentDrawingGroup.Transform = transform; 902_currentDrawingGroup.GuidelineSet = guidelines; 944_currentDrawingGroup.GuidelineSet = guidelineCollection; 994_currentDrawingGroup.GuidelineSet = guidelineCollection; 1033_currentDrawingGroup.BitmapEffect = effect; 1034_currentDrawingGroup.BitmapEffectInput = effectInput ?? new BitmapEffectInput(); 1164if (_currentDrawingGroup != null) 1169rootChildren = _currentDrawingGroup.Children; 1361_previousDrawingGroupStack.Push(_currentDrawingGroup); 1382Debug.Assert(_currentDrawingGroup == null); 1389else if (_currentDrawingGroup == null) 1406_currentDrawingGroup, 1411_currentDrawingGroup.Children.Add(_rootDrawing); 1412_currentDrawingGroup.Children.Add(newDrawing); 1415_rootDrawing = _currentDrawingGroup; 1421_currentDrawingGroup.Children.Add(newDrawing);