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