2 writes to _source
PresentationFramework (2)
System\Windows\Data\Binding.cs (2)
724
clone.
_source
= _source;
754
set { CheckSealed();
_source
= value; DetermineSource(); }
5 references to _source
PresentationFramework (5)
System\Windows\Data\Binding.cs (5)
724
clone._source =
_source
;
753
get { return (
_source
== UnsetSource) ? null :
_source
; }
824
(
_source
== UnsetSource) ? SourceProperties.None :
828
(
_source
== StaticSourceRef) ? SourceProperties.StaticSource :