5 references to HasValue
PresentationFramework (5)
MS\Internal\Data\BindingWorker.cs (1)
124internal bool HasValue(Feature id) { return _values.HasValue((int)id); }
MS\Internal\UncommonValueTable.cs (2)
90return HasValue(id) ? GetIndex(id) : -1; 97if (!HasValue(id))
System\Windows\Data\BindingBase.cs (1)
529internal bool HasValue(Feature id) { return _values.HasValue((int)id); }
System\Windows\Data\BindingExpressionBase.cs (1)
2959internal bool HasValue(Feature id) { return _values.HasValue((int)id); }