3 references to UnsetSource
PresentationFramework (3)
System\Windows\Data\Binding.cs (3)
727
get { return (_source ==
UnsetSource
) ? null : _source; }
798
(_source ==
UnsetSource
) ? SourceProperties.None :
815
private ObjectRef _source =
UnsetSource
;