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