3 writes to _PropertyType
System (3)
sys\system\configuration\SettingsProperty.cs (3)
26public virtual Type PropertyType { get { return _PropertyType; } set { _PropertyType = value; } } 47_PropertyType = propertyType; 67_PropertyType = propertyToCopy.PropertyType;
1 reference to _PropertyType
System (1)
sys\system\configuration\SettingsProperty.cs (1)
26public virtual Type PropertyType { get { return _PropertyType; } set { _PropertyType = value; } }