3 writes to _PropertyType
System (3)
sys\system\configuration\SettingsProperty.cs (3)
26
public 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)
26
public virtual Type PropertyType { get { return
_PropertyType
; } set { _PropertyType = value; } }