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