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
,
1030
bool isReadOnly = !propertyCache.
PropertyInfo
.CanWrite;
1040
propertyCache.PropertyValue = propertyCache.
PropertyInfo
.GetValue(serializableObject, null);
1049
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)
741
((dependencyProperty.
PropertyInfo
!= null) ||
744
String name = (dependencyProperty.
PropertyInfo
!= null) ?
745
dependencyProperty.
PropertyInfo
.Name :
795
property.
PropertyInfo
!= null)
797
String name = property.
PropertyInfo
.Name;