- System.Windows.Media.GradientBrush does not contain a definition for 'AddStop'
- Equivalent using GradientBrush.GradientStops.Add(...)
- System.Windows.Shapes.Ellipse does not contain a definition for 'CenterX/Y'
- System.Windows.Shapes.Ellipse does not contain a definition for 'RadiusX/Y'
- System.Windows.Shapes.Path does not contain a definition for 'FillRule'
- use ((PathGeometry)Path.Data).FillRule
- System.Windows.Forms.Integration.ElementHost' does not contain a definition for 'AddChild'
- Equivalent using System.Windows.Forms.Integration.ElementHost.Controls.Add(...)
- System.Windows.Application does not contain definition for 'RegisterComponent'
I will add more to this list as I find them...
Updated 16-Sep