2 writes to _source
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (2)
729
clone.
_source
= _source;
759
set { CheckSealed();
_source
= value; DetermineSource(); }
5 references to _source
PresentationFramework (5)
src\Framework\System\Windows\Data\Binding.cs (5)
729
clone._source =
_source
;
758
get { return (
_source
== UnsetSource) ? null :
_source
; }
829
(
_source
== UnsetSource) ? SourceProperties.None :
833
(
_source
== StaticSourceRef) ? SourceProperties.StaticSource :