14 references to Unknown
WindowsBase (14)
Base\System\Windows\DependencyObject.cs (11)
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 */);
590
SetValueCommon(dp, value, metadata, false /* coerceWithDeferredReference */, false /* coerceWithCurrentValue */, OperationType.
Unknown
, false /* isInternal */);
1034
OperationType.
Unknown
);
1127
OperationType.
Unknown
);
1233
OperationType.
Unknown
);
1524
operationType = OperationType.
Unknown
;
Base\System\Windows\DependencyPropertyChangedEventArgs.cs (3)
35
_operationType = OperationType.
Unknown
;
50
_operationType = OperationType.
Unknown
;
63
_operationType = OperationType.
Unknown
;