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)
1238
rootChildren.
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)
954
drawingGroup.Children.
Add
(new ImageDrawing(bitmapSource, rectElement));