18 references to IsReflective
PresentationFramework (18)
MS\Internal\Data\BindingWorker.cs (1)
81internal bool IsReflective { get { return ParentBindingExpression.IsReflective; } }
System\Windows\Data\BindingExpression.cs (9)
415if (bindExpr.IsReflective && binding.XPath == null && 440TargetProperty.PropertyType, IsReflective); 449(IsReflective ? "two-way" : "one-way")), 492SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 843JoinBindingGroup(IsReflective, contextElement); 1077if (IsReflective && TargetProperty.IsValidValue(entry.RawValue)) 1838|| !IsReflective // no update desired 2435if (IsReflective && RootBindingExpression.ParentBindingBase.BindingGroupName == String.Empty) 2437RejoinBindingGroup(IsReflective, contextElement);
System\Windows\Data\BindingExpressionBase.cs (7)
408if (IsReflective) 605&& (!IsInMultiBindingExpression || ParentMultiBindingExpression.IsReflective)); 931if (dp == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection) 962if (TargetProperty == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection) 1378if (IsReflective) 1869if (IsReflective && !IsDetached && !Engine.IsShutDown) 2728if (!IsReflective)
System\Windows\Data\MultiBindingExpression.cs (1)
1425|| !IsReflective // no update desired