1 write to DependencyProperty
ReachFramework (1)
Serialization\Manager\ReachSerializationCacheItems.cs (1)
463
this.
DependencyProperty
= dependencyProperty;
9 references to DependencyProperty
ReachFramework (9)
Serialization\Manager\MetroSerializationManager.cs (1)
663
propertyCache.
DependencyProperty
,
Serialization\Manager\ReachSerializableProperties.cs (2)
304
DependencyProperty
).Name;
883
dependencyProperty = ((TypeDependencyPropertyCache)TypePropertyCache).
DependencyProperty
;
Serialization\Manager\ReachSerializationCacheItems.cs (4)
546
bool isReadOnly = ((DependencyProperty)propertyCache.
DependencyProperty
).ReadOnly;
558
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
568
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
579
propertyCache.PropertyValue = targetDO.ReadLocalValue((DependencyProperty)propertyCache.
DependencyProperty
);
Serialization\Manager\XpsSerializationManager.cs (2)
762
(((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name != null)))
766
((DependencyProperty)(dependencyProperty.
DependencyProperty
)).Name;