7 references to StaticSource
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (6)
437
if (o == BindingExpression.
StaticSource
)
698
if (oldO == BindingExpression.
StaticSource
)
870
if (newO == BindingExpression.
StaticSource
)
991
item = BindingExpression.
StaticSource
;
1088
item = BindingExpression.
StaticSource
;
1300
item = BindingExpression.
StaticSource
;
System\Windows\Data\Binding.cs (1)
842
static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.
StaticSource
);