18 references to IsReflective
PresentationFramework (18)
MS\Internal\Data\BindingWorker.cs (1)
77internal bool IsReflective { get { return ParentBindingExpression.IsReflective; } }
System\Windows\Data\BindingExpression.cs (9)
406if (bindExpr.IsReflective && binding.XPath == null && 431TargetProperty.PropertyType, IsReflective); 440(IsReflective ? "two-way" : "one-way")), 483SetValue(Feature.DynamicConverter, new DynamicValueConverter(IsReflective, Worker.SourcePropertyType, Worker.TargetPropertyType), null); 834JoinBindingGroup(IsReflective, contextElement); 1068if (IsReflective && TargetProperty.IsValidValue(entry.RawValue)) 1829|| !IsReflective // no update desired 2426if (IsReflective && RootBindingExpression.ParentBindingBase.BindingGroupName == String.Empty) 2428RejoinBindingGroup(IsReflective, contextElement);
System\Windows\Data\BindingExpressionBase.cs (7)
400if (IsReflective) 597&& (!IsInMultiBindingExpression || ParentMultiBindingExpression.IsReflective)); 923if (dp == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection) 954if (TargetProperty == System.Windows.Controls.TextBox.TextProperty && IsReflective && !IsInBindingExpressionCollection) 1370if (IsReflective) 1861if (IsReflective && !IsDetached && !Engine.IsShutDown) 2720if (!IsReflective)
System\Windows\Data\MultiBindingExpression.cs (1)
1414|| !IsReflective // no update desired