3 references to IgnoreDefaultValue
PresentationFramework (3)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
262value = BindingExpression.IgnoreDefaultValue;
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1431if (!IsInMultiBindingExpression && value != IgnoreDefaultValue && 1471if (value == IgnoreDefaultValue)