Implemented interface member:
5 references to Add
PresentationCore (4)
System\Windows\Media\DrawingDrawingContext.cs (4)
1206
rootChildren.
Add
(_rootDrawing);
1420
_currentDrawingGroup.Children.
Add
(_rootDrawing);
1421
_currentDrawingGroup.Children.
Add
(newDrawing);
1430
_currentDrawingGroup.Children.
Add
(newDrawing);
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
792
drawingGroup.Children.
Add
(new ImageDrawing(bitmapSource, rectElement));