6 references to SerializeProperty
System.Windows.Forms.DataVisualization (6)
Common\Utilities\XmlSerializer.cs (6)
2434
SerializeProperty
(pi.GetValue(objectToSerialize, null), objectToSerialize, pi.Name, writer);
2486
SerializeProperty
(dataPoint.XValue, dataPoint, "XValue", writer);
2490
SerializeProperty
(dataPoint.YValues, dataPoint, "YValues", writer);
2494
SerializeProperty
(dataPoint.IsEmpty, dataPoint, "IsEmpty", writer);
2505
SerializeProperty
(entry.Value, dataPoint, properyName, writer);
2516
SerializeProperty
(dataPoint.CustomProperties, dataPoint, "CustomProperties", writer);