Implemented interface member:
5 references to Add
PresentationCore (4)
System\Windows\Media\DrawingDrawingContext.cs (4)
1188
rootChildren.
Add
(_rootDrawing);
1402
_currentDrawingGroup.Children.
Add
(_rootDrawing);
1403
_currentDrawingGroup.Children.
Add
(newDrawing);
1412
_currentDrawingGroup.Children.
Add
(newDrawing);
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
790
drawingGroup.Children.
Add
(new ImageDrawing(bitmapSource, rectElement));