3 references to UnsetSource
PresentationFramework (3)
src\Framework\System\Windows\Data\Binding.cs (3)
758
get { return (_source ==
UnsetSource
) ? null : _source; }
829
(_source ==
UnsetSource
) ? SourceProperties.None :
846
ObjectRef _source =
UnsetSource
;