1 write to FallbackValue
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7609
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)
807
get { return ConvertFallbackValue(ParentBindingBase.
FallbackValue
, TargetProperty, this); }
2229
if (ParentBindingBase.
FallbackValue
!= DependencyProperty.UnsetValue)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7610
GetDelegate = delegate (object target) { return ((System.Windows.Data.BindingBase)target).
FallbackValue
; }