6 references to DependentListMapField
WindowsBase (6)
Base\System\Windows\DependencyObject.cs (5)
105
DependentListMapField
.ClearValue(this);
1764
object objectDependentsListMap =
DependentListMapField
.GetValue(this);
2423
(
DependentListMapField
.GetValue(source.DependencyObject) == default(object)));
2431
object value =
DependentListMapField
.GetValue(source.DependencyObject);
2477
DependentListMapField
.SetValue(source.DependencyObject, dependentListMap);
Base\System\Windows\Freezable.cs (1)
880
DependentListMapField
.ClearValue(this);