9 references to PostBackValue
System.Windows.Forms.DataVisualization (9)
Common\DataManager\DataPoint.cs (8)
3135
if (!IsCustomPropertySet(CommonCustomProperties.
PostBackValue
))
3136
SetAttributeObject(CommonCustomProperties.
PostBackValue
, "");
4965
if (properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.
PostBackValue
))
4967
return (String)GetAttributeObject(CommonCustomProperties.
PostBackValue
);
4977
return (string)series.EmptyPointStyle.GetAttributeObject(CommonCustomProperties.
PostBackValue
);
4991
SetAttributeObject(CommonCustomProperties.
PostBackValue
, value);
6159
return CheckIfSerializationRequired(CommonCustomProperties.
PostBackValue
);
6639
ResetProperty(CommonCustomProperties.
PostBackValue
);
Common\General\ChartGraphics.cs (1)
1575
string oldPostback = point.IsCustomPropertySet( CommonCustomProperties.
PostBackValue
) ? point.PostBackValue : null;