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