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)
403
if (bindExpr.
IsReflective
&& binding.XPath == null &&
428
TargetProperty.PropertyType,
IsReflective
);
437
(
IsReflective
? "two-way" : "one-way")),
480
SetValue(Feature.DynamicConverter, new DynamicValueConverter(
IsReflective
, Worker.SourcePropertyType, Worker.TargetPropertyType), null);
831
JoinBindingGroup(
IsReflective
, contextElement);
1065
if (
IsReflective
&& TargetProperty.IsValidValue(entry.RawValue))
1803
|| !
IsReflective
// no update desired
2388
if (
IsReflective
&& RootBindingExpression.ParentBindingBase.BindingGroupName == String.Empty)
2390
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)
1369
if (
IsReflective
)
1860
if (
IsReflective
&& !IsDetached && !Engine.IsShutDown)
2698
if (!
IsReflective
)
System\Windows\Data\MultiBindingExpression.cs (1)
1414
|| !
IsReflective
// no update desired