7 references to StaticSource
PresentationFramework (7)
MS\Internal\Data\PropertyPathWorker.cs (6)
436
if (o == BindingExpression.
StaticSource
)
689
if (oldO == BindingExpression.
StaticSource
)
860
if (newO == BindingExpression.
StaticSource
)
980
item = BindingExpression.
StaticSource
;
1077
item = BindingExpression.
StaticSource
;
1289
item = BindingExpression.
StaticSource
;
System\Windows\Data\Binding.cs (1)
824
private static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.
StaticSource
);