1 write to FallbackValue
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7068
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.BindingBase)target).
FallbackValue
= (System.Object)value; };
3 references to FallbackValue
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (2)
815
get { return ConvertFallbackValue(ParentBindingBase.
FallbackValue
, TargetProperty, this); }
2248
if (ParentBindingBase.
FallbackValue
!= DependencyProperty.UnsetValue)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7069
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.BindingBase)target).
FallbackValue
; };