1 write to DependencyProperty
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
452
this.
DependencyProperty
= dependencyProperty;
9 references to DependencyProperty
ReachFramework (9)
Serialization\Manager\MetroSerializationManager.cs (1)
654
propertyCache.
DependencyProperty
,
Serialization\Manager\ReachSerializableProperties.cs (2)
294
DependencyProperty
).Name;
873
dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).
DependencyProperty
;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
535
bool isReadOnly = ((DependencyProperty)propertyCache.
DependencyProperty
).ReadOnly;
547
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
557
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
568
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
Serialization\Manager\XpsSerializationManager.cs (2)
752
(((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name != null)))
756
((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name;