12 references to DefaultValueObject
PresentationFramework (12)
System\Windows\Data\BindingExpression.cs (1)
1114
ChangeValue(
DefaultValueObject
, false);
System\Windows\Data\BindingExpressionBase.cs (11)
1255
if (_culture ==
DefaultValueObject
)
1294
_culture =
DefaultValueObject
;
1408
object oldValue = (_value !=
DefaultValueObject
) ? _value : DependencyProperty.UnsetValue;
1549
if (value ==
DefaultValueObject
)
2002
if (_value ==
DefaultValueObject
)
2127
if (result ==
DefaultValueObject
)
2153
if (result ==
DefaultValueObject
)
2209
result =
DefaultValueObject
;
2670
if (targetNullValue ==
DefaultValueObject
)
2914
private object _value =
DefaultValueObject
;
2917
private object _culture =
DefaultValueObject
;