Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
5 references to Add
PresentationCore (4)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (4)
1238rootChildren.Add(_rootDrawing); 1463_currentDrawingGroup.Children.Add(_rootDrawing); 1464_currentDrawingGroup.Children.Add(newDrawing); 1473_currentDrawingGroup.Children.Add(newDrawing);
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
954drawingGroup.Children.Add(new ImageDrawing(bitmapSource, rectElement));