7 references to StaticSource
PresentationFramework (7)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (6)
443
if (o == BindingExpression.
StaticSource
)
704
if (oldO == BindingExpression.
StaticSource
)
874
if (newO == BindingExpression.
StaticSource
)
993
item = BindingExpression.
StaticSource
;
1088
item = BindingExpression.
StaticSource
;
1303
item = BindingExpression.
StaticSource
;
src\Framework\System\Windows\Data\Binding.cs (1)
855
static readonly ObjectRef StaticSourceRef = new ExplicitObjectRef(BindingExpression.
StaticSource
);