6 references to ChangeMutableDefaultValue
WindowsBase (6)
Base\System\Windows\DependencyObject.cs (4)
559SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */, OperationType.ChangeMutableDefaultValue, false /* isInternal */); 720if (operationType == OperationType.ChangeMutableDefaultValue) 1562(operationType == OperationType.ChangeMutableDefaultValue && oldEntry.BaseValueSourceInternal != newEntry.BaseValueSourceInternal) || 2073if (e.IsAValueChange || e.IsASubPropertyChange || e.OperationType == OperationType.ChangeMutableDefaultValue)
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (1)
90IsASubPropertyChange = (operationType == OperationType.ChangeMutableDefaultValue);
Base\System\Windows\Freezable.cs (1)
322if (!e.IsASubPropertyChange || e.OperationType == OperationType.ChangeMutableDefaultValue)