7 references to StaticSource
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (6)
437
if (o == BindingExpression.
StaticSource
)
688
if (oldO == BindingExpression.
StaticSource
)
860
if (newO == BindingExpression.
StaticSource
)
981
item = BindingExpression.
StaticSource
;
1078
item = BindingExpression.
StaticSource
;
1290
item = BindingExpression.
StaticSource
;
System\Windows\Data\Binding.cs (1)
825
static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.
StaticSource
);