7 references to Font
System.Windows.Forms.DataVisualization (7)
Common\DataManager\DataPoint.cs (7)
3123 if(!IsCustomPropertySet(CommonCustomProperties.Font)) 3124 SetAttributeObject(CommonCustomProperties.Font, null); 4090 if(properties.Count != 0 && IsCustomPropertySet(CommonCustomProperties.Font)) 4092Font font = GetAttributeObject(CommonCustomProperties.Font) as Font; 4117 SetAttributeObject(CommonCustomProperties.Font, value); 6013 return CheckIfSerializationRequired(CommonCustomProperties.Font); 6496ResetProperty(CommonCustomProperties.Font);