1 write to PropertyInfo
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
452
this.
PropertyInfo
= memberInfo as PropertyInfo;
13 references to PropertyInfo
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (4)
577
TypePropertyCache serializablePropertyCache = new TypePropertyCache(propertyCache.
PropertyInfo
,
1029
bool isReadOnly = !propertyCache.
PropertyInfo
.CanWrite;
1039
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
1048
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
Serialization\Manager\ReachSerializableProperties.cs (4)
239
propertyContext.Name = propertyContext.TypePropertyCache.
PropertyInfo
.Name;
509
info = (PropertyInfo)_propertyInfo.
PropertyInfo
;
650
(((PropertyInfo)_propertyInfo.
PropertyInfo
) != null) )
652
isReadOnly = !((PropertyInfo)_propertyInfo.
PropertyInfo
).CanWrite;
Serialization\Manager\XpsSerializationManager.cs (5)
740
((dependencyProperty.
PropertyInfo
!= null) ||
743
String name = (dependencyProperty.
PropertyInfo
!= null) ?
744
dependencyProperty.
PropertyInfo
.Name :
794
property.
PropertyInfo
!= null)
796
String name = property.
PropertyInfo
.Name;