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