1 write to PropertyInfo
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
464
this.
PropertyInfo
= memberInfo as PropertyInfo;
13 references to PropertyInfo
ReachFramework (13)
Serialization\Manager\MetroSerializationManager.cs (4)
587
TypePropertyCache serializablePropertyCache = new TypePropertyCache(propertyCache.
PropertyInfo
,
1037
bool isReadOnly = !propertyCache.
PropertyInfo
.CanWrite;
1047
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
1056
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
Serialization\Manager\ReachSerializableProperties.cs (4)
250
propertyContext.Name = propertyContext.TypePropertyCache.
PropertyInfo
.Name;
520
info = (PropertyInfo)_propertyInfo.
PropertyInfo
;
661
(((PropertyInfo)_propertyInfo.
PropertyInfo
) != null) )
663
isReadOnly = !((PropertyInfo)_propertyInfo.
PropertyInfo
).CanWrite;
Serialization\Manager\XpsSerializationManager.cs (5)
761
((dependencyProperty.
PropertyInfo
!= null) ||
764
String name = (dependencyProperty.
PropertyInfo
!= null) ?
765
dependencyProperty.
PropertyInfo
.Name :
815
property.
PropertyInfo
!= null)
817
String name = property.
PropertyInfo
.Name;