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