1 write to PropertyInfo
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
453
this.
PropertyInfo
= memberInfo as PropertyInfo;
13 references to PropertyInfo
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (4)
578
TypePropertyCache serializablePropertyCache = new TypePropertyCache(propertyCache.
PropertyInfo
,
1028
bool isReadOnly = !propertyCache.
PropertyInfo
.CanWrite;
1038
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
1047
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
Serialization\Manager\ReachSerializableProperties.cs (4)
240
propertyContext.Name = propertyContext.TypePropertyCache.
PropertyInfo
.Name;
510
info = (PropertyInfo)_propertyInfo.
PropertyInfo
;
651
(((PropertyInfo)_propertyInfo.
PropertyInfo
) != null) )
653
isReadOnly = !((PropertyInfo)_propertyInfo.
PropertyInfo
).CanWrite;
Serialization\Manager\XpsSerializationManager.cs (5)
751
((dependencyProperty.
PropertyInfo
!= null) ||
754
String name = (dependencyProperty.
PropertyInfo
!= null) ?
755
dependencyProperty.
PropertyInfo
.Name :
805
property.
PropertyInfo
!= null)
807
String name = property.
PropertyInfo
.Name;