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