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