2 references to IsPropertyInList
System.Windows.Forms.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
946
serializable =
IsPropertyInList
(GetSerializableContentList(), ownerClassName, propertyName, out serialzableClassFitType, out serialzablePropertyFitType);
953
bool nonSerializable =
IsPropertyInList
(GetNonSerializableContentList(), ownerClassName, propertyName, out nonSerialzableClassFitType, out nonSerialzablePropertyFitType);