33 references to OperationType
WindowsBase (33)
Base\System\Windows\DependencyObject.cs (25)
428
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */,
OperationType
.Unknown, false /* isInternal */);
454
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, true /* coerceWithCurrentValue */,
OperationType
.Unknown, false /* isInternal */);
499
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */,
OperationType
.Unknown, true /* isInternal */);
520
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, true /* coerceWithCurrentValue */,
OperationType
.Unknown, true /* isInternal */);
533
SetValueCommon(dp, deferredReference, metadata, true /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */,
OperationType
.Unknown, false /* isInternal */);
546
SetValueCommon(dp, deferredReference, metadata, true /* coerceWithDeferredReference */, true /* coerceWithCurrentValue */,
OperationType
.Unknown, false /* isInternal */);
559
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */,
OperationType
.ChangeMutableDefaultValue, false /* isInternal */);
590
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */,
OperationType
.Unknown, false /* isInternal */);
650
OperationType
operationType,
720
if (operationType ==
OperationType
.ChangeMutableDefaultValue)
1034
OperationType
.Unknown);
1127
OperationType
.Unknown);
1233
OperationType
.Unknown);
1251
OperationType
operationType)
1524
operationType =
OperationType
.Unknown;
1562
(operationType ==
OperationType
.ChangeMutableDefaultValue && oldEntry.BaseValueSourceInternal != newEntry.BaseValueSourceInternal) ||
1563
(metadata.IsInherited && oldEntry.BaseValueSourceInternal != newEntry.BaseValueSourceInternal && operationType !=
OperationType
.AddChild && operationType !=
OperationType
.RemoveChild && operationType !=
OperationType
.Inherit))
1870
OperationType
operationType)
2073
if (e.IsAValueChange || e.IsASubPropertyChange || e.OperationType ==
OperationType
.ChangeMutableDefaultValue)
2806
internal static bool IsTreeWalkOperation(
OperationType
operation)
2808
return operation ==
OperationType
.AddChild ||
2809
operation ==
OperationType
.RemoveChild ||
2810
operation ==
OperationType
.Inherit;
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (7)
35
_operationType =
OperationType
.Unknown;
50
_operationType =
OperationType
.Unknown;
63
_operationType =
OperationType
.Unknown;
73
OperationType
operationType)
90
IsASubPropertyChange = (operationType ==
OperationType
.ChangeMutableDefaultValue);
139
internal
OperationType
OperationType
352
private
OperationType
_operationType;
Base\System\Windows\Freezable.cs (1)
322
if (!e.IsASubPropertyChange || e.OperationType ==
OperationType
.ChangeMutableDefaultValue)