1 write to DependencyProperty
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
451
this.
DependencyProperty
= dependencyProperty;
9 references to DependencyProperty
ReachFramework (9)
Serialization\Manager\MetroSerializationManager.cs (1)
654
propertyCache.
DependencyProperty
,
Serialization\Manager\ReachSerializableProperties.cs (2)
293
DependencyProperty
).Name;
872
dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).
DependencyProperty
;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
534
bool isReadOnly = ((DependencyProperty)propertyCache.
DependencyProperty
).ReadOnly;
546
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
556
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
567
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
Serialization\Manager\XpsSerializationManager.cs (2)
741
(((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name != null)))
745
((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name;