12 references to DefaultValueObject
PresentationFramework (12)
System\Windows\Data\BindingExpression.cs (1)
1114
ChangeValue(
DefaultValueObject
, false);
System\Windows\Data\BindingExpressionBase.cs (11)
1249
if (_culture ==
DefaultValueObject
)
1288
_culture =
DefaultValueObject
;
1402
object oldValue = (_value !=
DefaultValueObject
) ? _value : DependencyProperty.UnsetValue;
1543
if (value ==
DefaultValueObject
)
1996
if (_value ==
DefaultValueObject
)
2121
if (result ==
DefaultValueObject
)
2147
if (result ==
DefaultValueObject
)
2203
result =
DefaultValueObject
;
2664
if (targetNullValue ==
DefaultValueObject
)
2908
private object _value =
DefaultValueObject
;
2911
private object _culture =
DefaultValueObject
;