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